Click or drag to resize

ActionBusinessRuleTObjectCondition Property

Gets the condition.

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

Property Value

Type: FuncTObject, Boolean
The condition.
See Also