EventRetrivingOptions Class
This structure contains information about the manner in which the event headers must be retrieved.
Inheritance Hierarchy
SystemObject
  Talisma.Server.CommonEventRetrivingOptions

Namespace:  Talisma.Server.Common
 

Syntax
C#
[SerializableAttribute]
public class EventRetrivingOptions

The EventRetrivingOptions type exposes the following members.

Fields
NameDescription
Public fieldeventExpandedType
Specify the manner in which the events must be displayed. You can specify one of the following values:
  • 0 - Specify this value if you want to retrieve the event headers with the first event expanded.
  • 1 - Specify this value if you want to display the event headers with the last event expanded.
  • 2 - Specify this value if you want to display the event headers with all events expanded.
  • 3 - Specify this value if you want to display the event headers with all the events collapsed.
Public fieldeventsOrder
The order in which the event headers must be retrieved. You can specify one of the following values:
  • True - Specify this value to retrieve the event headers in reverse chronological order.
  • False - Specify this value to retrieve the event headers in chronological order.
Public fieldfilterEvents
Specify the manner in which the events must be retrieved. You can specify one of the following values:
  • 1 - To retrieve all events except filtered events.
  • 0 - To retrieve all events.
Public fieldlastEventRetrivedServerTime
The time in the Server when the last event was retrieved.
Public fieldnumberOfEventsToFetch
The number of events you want to fetch per page.
Public fieldpageNumber
The number of the page from which you want to retrieve the events.
Public fieldshowSubInteractionEvents
Specify whether you want to retrieve the event headers of Sub Interactions. You can specify one of the following values: 0Event headers of Sub Interactions are not retrieved.1Event headers of Sub Interactions are retrieved.
Public fielduserPreference
Specify whether the event headers must be retrieved based on the User Preference set for the User in Desktop Client. You can specify one of the following values:
  • 0 - Specify this value if you do not want to consider the User Preferences set in Desktop Client to retrieve event headers.
  • 1 - Specify this value if you want to consider the User Preferences set in Desktop Client to retrieve event headers.
Top
See Also