ActionBusinessRuleTObjectCondition Property |
Gets the condition.
Namespace:
Aloe.SystemFrameworks.Domain.BusinessLogic
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic Func<TObject, bool> Condition { get; }
Public ReadOnly Property Condition As Func(Of TObject, Boolean)
Get
public:
property Func<TObject, bool>^ Condition {
Func<TObject, bool>^ get ();
}
member Condition : Func<'TObject, bool> with get
Property Value
Type:
FuncTObject,
Boolean
The condition.
See Also