Click or drag to resize

NoExceptionConstraintTObject Constructor

Namespace:  Aloe.SystemFrameworks.Domain.Validation
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public NoExceptionConstraint(
	string ruleCode,
	string name,
	Action<TObject> action,
	Func<IDataAttribute> getAttribute
)

Parameters

ruleCode
Type: SystemString
The rule code.
name
Type: SystemString
The name.
action
Type: SystemActionTObject
The action.
getAttribute
Type: SystemFuncIDataAttribute
The get attribute.
See Also