Click or drag to resize

AttributeExpressionTObject Constructor

Namespace:  Aloe.SystemFrameworks.Domain.Attributes
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public AttributeExpression(
	Expression<Func<TObject, Object>> expression = null,
	Func<TObject, bool> condition = null,
	string ruleCode = null
)

Parameters

expression (Optional)
Type: System.Linq.ExpressionsExpressionFuncTObject, Object
The expression.
condition (Optional)
Type: SystemFuncTObject, Boolean
The condition.
ruleCode (Optional)
Type: SystemString
The rule code.
See Also