zeitgeist-sharp : Zeitgeist.Datamodel Namespace

ResultType Enum

An enumeration class used to define how query results should be returned from the Zeitgeist engine.

public enum ResultType

Remarks

Documentation for this section has not yet been entered.

Members

Member Name Description
LeastPopularActor The last event of each different actor,ordered ascendently by the popularity of the actor. (Integer value: 7)
LeastPopularSubjects One event for each subject only, ordered ascendently by popularity. (Integer value: 5)
LeastRecentActor The first event of each different actor. (Integer value: 9)
LeastRecentEvents All events with the oldest ones first. (Integer value: 1)
LeastRecentSubjects One event for each subject only, ordered with oldest events first. (Integer value: 3)
MostPopularActor The last event of each different actor,ordered by the popularity of the actor. (Integer value: 6)
MostPopularSubjects One event for each subject only, ordered by the popularity of the subject. (Integer value: 4)
MostRecentActor The last event of each different actor. (Integer value: 8)
MostRecentEvents All events with the most recent events first. (Integer value: 0)
MostRecentSubjects One event for each subject only, ordered with the most recent events first. (Integer value: 2)

Requirements

Namespace: Zeitgeist.Datamodel
Assembly: zeitgeist-sharp (in zeitgeist-sharp.dll)
Assembly Versions: 0.8.0.0