AttributeChangeBusinessRuleTObjectAction Property |
Gets the action.
Namespace:
Aloe.SystemFrameworks.Domain.BusinessLogic
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic Action<TObject, DataAttributeChangeEventArgs> Action { get; }
Public ReadOnly Property Action As Action(Of TObject, DataAttributeChangeEventArgs)
Get
public:
property Action<TObject, DataAttributeChangeEventArgs^>^ Action {
Action<TObject, DataAttributeChangeEventArgs^>^ get ();
}
member Action : Action<'TObject, DataAttributeChangeEventArgs> with get
Property Value
Type:
ActionTObject,
DataAttributeChangeEventArgs
The action.
See Also