Skip to main content

Class SystemEventEntity

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for SystemEventEntity. Entity for system events

Inheritance

objectCarrierSystemEventEntity

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()

Examples

Get SystemEventEntity 123 using the WebApi client:
var configuration = new WebApiConfiguration(url);
var agent = new ConfigurationAgent(configuration);
var systemEventEntity = agent.GetSystemEventEntity( 123 );

Remarks

Use : All SystemEventEntity:
“SystemEvents”

Constructors

SystemEventEntity()

Default constructor - defaults any enum props to 0.

Properties

ActivatedBy

The associate that first created the SystemEvent.

Property Value

Associate

Eta

Estimated Time of Arrival, i.e., when will this event finish?

Property Value

DateTime

Eventkey

Event key, predefined in code

Property Value

string

Eventmess

Message to be shown, entered by administrator

Property Value

string

ExtraInfo

Extra information (area id for prototype rebuild, etc)

Property Value

int

Owner

0, 0, group_id, assoc id (see over)

Property Value

int

Registered

Registered when

Property Value

DateTime

Scope

1 = system-wide, 2= database, 3 = group, 4 = user NULL if unknown enum value.

Property Value

SystemEventScope?

See Also

SystemEventEntity.Scope_String

Scope_String

1 = system-wide, 2= database, 3 = group, 4 = user Raw string enum value.

Property Value

string

See Also

SystemEventEntity.Scope

SystemEventId

Primary key

Property Value

int

UpdatedCount

Number of updates made to this record

Property Value

short

See Also

ConfigurationAgent, ArchiveAgent,