Click or drag to resize

DetailAttributeExpressionTObject Constructor

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

Parameters

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