Click or drag to resize

ConstraintTObject Constructor

Namespace:  Aloe.SystemFrameworks.Domain.Validation
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public Constraint(
	string code,
	Func<IDataAttribute> getAttribute = null
)

Parameters

code
Type: SystemString
The rule code.
getAttribute (Optional)
Type: SystemFuncIDataAttribute
The get attribute function.
See Also