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
Syntaxpublic override IEnumerable<string> GetEventAttributes()
Public Overrides Function GetEventAttributes As IEnumerable(Of String)
public:
virtual IEnumerable<String^>^ GetEventAttributes() override
abstract GetEventAttributes : unit -> IEnumerable<string>
override GetEventAttributes : unit -> IEnumerable<string>
Return Value
Type:
IEnumerableString
See Also