UserBusinessRuleEventsRepositoryEventTypeAGGREGATECLIENTCOMMIT Field |
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'.
Namespace:
Aloe.EnterpriseOne.Model.Systems.Bpm
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic const UserBusinessRuleEventsRepositoryEventType AGGREGATECLIENTCOMMIT = 0
Public Const AGGREGATECLIENTCOMMIT As UserBusinessRuleEventsRepositoryEventType = 0
public:
literal UserBusinessRuleEventsRepositoryEventType^ AGGREGATECLIENTCOMMIT = 0
static val mutable AGGREGATECLIENTCOMMIT: UserBusinessRuleEventsRepositoryEventType
Field Value
Type:
UserBusinessRuleEventsRepositoryEventType
See Also