Click or drag to resize

DocumentStateChangeBusinessEventGetEventAttributes Method

Gets the event specific attributes. For example for attribute change event this should be $OldValue, $NewValue etc. Event attributes always start with $.

Namespace:  Aloe.EnterpriseOne.Model.General
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public override IEnumerable<string> GetEventAttributes()

Return Value

Type: IEnumerableString
See Also