Click or drag to resize

EventType Fields

The UserBusinessRuleEventsRepositoryEventType type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberAGGREGATECLIENTCOMMIT
Occurs for the aggregate root when saving a change of an aggregate object, but only when the change is made by a client application. If the change is made by the server, the event will not be triggered.. Stored as 'AGGREGATECLIENTCOMMIT'.
Public fieldStatic memberATTRIBUTECHANGED
Occurs after the attribute's value is changed. The attribute's name is specified in the 'Event Parameter' field.. Stored as 'ATTRIBUTECHANGED'.
Public fieldStatic memberATTRIBUTECHANGING
Occurs before the attribute's value is changed. The attribute's name is specified in the 'Event Parameter' field.. Stored as 'ATTRIBUTECHANGING'.
Public fieldStatic memberCLIENTCOMMIT
Occurs when saving a change of the object, when the change is made by a client application. If the change is made by the server, the event will not be triggered.. Stored as 'CLIENTCOMMIT'.
Public fieldStatic memberCOMMIT
Occurs when saving a change of the object.. Stored as 'COMMIT'.
Public fieldStatic memberSTATECHANGED
Occurs when the document state is changed. The state is specified in the 'Event Parameter' field. Possible parameter values are 'PLANNED', 'FIRMPLANNED', 'RELEASED', 'COMPLETED' and 'CLOSED'.. Stored as 'STATECHANGED'.
Public fieldStatic memberSTATECHANGING
Occurs during the document state change. The state is specified in the 'Event Parameter' field. Possible parameter values are 'PLANNING', 'FIRMPLANNING', 'RELEASING', 'COMPLETING' and 'CLOSING'.. Stored as 'STATECHANGING'.
Public fieldvalue__
Public fieldStatic memberVOIDING
Occurs during the voiding of a document.. Stored as 'VOIDING'.
Top
See Also