Click or drag to resize

ReferenceChangeBusinessRuleTObjectAction Property

Gets the action.

Namespace:  Aloe.SystemFrameworks.Domain.BusinessLogic
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public Action<TObject, ObjectReferenceChangeEventArgs> Action { get; }

Property Value

Type: ActionTObject, ObjectReferenceChangeEventArgs
The action.
See Also