Click or drag to resize

BusinessEventExtendedAttributes Property

Gets the extended attributes. They store temporary custom event handlers data in name/value format.

Namespace:  Aloe.SystemFrameworks.Domain.BusinessLogic
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public IDictionary<string, Object> ExtendedAttributes { get; }

Property Value

Type: IDictionaryString, Object
The extended attributes.
See Also