Click or drag to resize

AttributeChangeBusinessEventGetEventAttributes Method

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

Namespace:  Aloe.SystemFrameworks.Domain.BusinessLogic
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public override IEnumerable<string> GetEventAttributes()

Return Value

Type: IEnumerableString
See Also