Click or drag to resize

AttributeExpressionsTObject Constructor

Namespace:  Aloe.SystemFrameworks.Domain.Attributes
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public AttributeExpressions(
	Expression<Func<TObject, Object>> lateDefaultExpression = null,
	Func<TObject, bool> lateDefaultCondition = null,
	Func<TObject, bool> isValidCondition = null,
	params AttributeExpression<TObject>[] reactiveExpressions
)

Parameters

lateDefaultExpression (Optional)
Type: System.Linq.ExpressionsExpressionFuncTObject, Object
The late default expression.
lateDefaultCondition (Optional)
Type: SystemFuncTObject, Boolean
The late default condition.
isValidCondition (Optional)
Type: SystemFuncTObject, Boolean
The is valid condition.
reactiveExpressions
Type: Aloe.SystemFrameworks.Domain.AttributesAttributeExpressionTObject
The reactive expressions.
See Also