Skip to main content

Class UiEvent

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for UiEvent. An event that the user interface should know about. The origin may be something that happens in the user interface (in any session), or in the database (for instance, background process)

Inheritance

objectCarrierUiEvent

Inherited Members

Carrier.TableRight, Carrier.FieldProperties, object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

UiEvent()

Default constructor - defaults any enum props to 0.

Properties

AssociateId

The ID of the associate causing the event

Property Value

int

AssociateName

The full person name of the associate causing the event

Property Value

string

EntityKey

Primary key of entity the event concerns

Property Value

int

EntityType

Name of entity, for instance ‘ticket’

Property Value

string

EventDateTime

When did the event happen

Property Value

DateTime

EventId

Id of event, increasing in chronological order, assigned by server

Property Value

int

EventName

Name of event, for instance ‘change’ or ‘edit’

Property Value

string

See Also

ViewStateAgent