BusinessEventGetEventAttributes 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.SystemFrameworks.Domain.BusinessLogic
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic virtual IEnumerable<string> GetEventAttributes()
Public Overridable Function GetEventAttributes As IEnumerable(Of String)
public:
virtual IEnumerable<String^>^ GetEventAttributes()
abstract GetEventAttributes : unit -> IEnumerable<string>
override GetEventAttributes : unit -> IEnumerable<string>
Return Value
Type:
IEnumerableString
See Also