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
Syntaxpublic IDictionary<string, Object> ExtendedAttributes { get; }
Public ReadOnly Property ExtendedAttributes As IDictionary(Of String, Object)
Get
public:
property IDictionary<String^, Object^>^ ExtendedAttributes {
IDictionary<String^, Object^>^ get ();
}
member ExtendedAttributes : IDictionary<string, Object> with get
Property Value
Type:
IDictionaryString,
Object
The extended attributes.
See Also