Skip to main content

Class LiveUiSyncResult

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for LiveUiSyncResult. The combined answer of one live UI sync call: new UI events, plus the sync state of the tickets the client asked about.

Inheritance

object ← LiveUiSyncResult

Inherited Members

object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

LiveUiSyncResult()

Default constructor - defaults any enum props to 0.

Properties

Events

New events since the given event id β€” the same content the PublishAndRetrieveUiEvents operation returns.

Property Value

UiEvent[]

TicketStates

Sync state of each requested ticket the user is allowed to see. Requested tickets the user cannot see are omitted.

Property Value

TicketStateInfo[]