NoExceptionConstraintTObject Constructor |
Namespace:
Aloe.SystemFrameworks.Domain.Validation
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic NoExceptionConstraint(
string ruleCode,
string name,
Action<TObject> action,
Func<IDataAttribute> getAttribute
)
Public Sub New (
ruleCode As String,
name As String,
action As Action(Of TObject),
getAttribute As Func(Of IDataAttribute)
)
public:
NoExceptionConstraint(
String^ ruleCode,
String^ name,
Action<TObject>^ action,
Func<IDataAttribute^>^ getAttribute
)
new :
ruleCode : string *
name : string *
action : Action<'TObject> *
getAttribute : Func<IDataAttribute> -> NoExceptionConstraint
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