Click or drag to resize

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
Syntax
public virtual IEnumerable<string> GetEventAttributes()

Return Value

Type: IEnumerableString
See Also