AttributeChangeBusinessRuleTObject Constructor |
Namespace:
Aloe.SystemFrameworks.Domain.BusinessLogic
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic AttributeChangeBusinessRule(
string code,
string name,
Action<TObject, DataAttributeChangeEventArgs> action
)
Public Sub New (
code As String,
name As String,
action As Action(Of TObject, DataAttributeChangeEventArgs)
)
public:
AttributeChangeBusinessRule(
String^ code,
String^ name,
Action<TObject, DataAttributeChangeEventArgs^>^ action
)
new :
code : string *
name : string *
action : Action<'TObject, DataAttributeChangeEventArgs> -> AttributeChangeBusinessRule
Parameters
- code
- Type: SystemString
The rule code. - name
- Type: SystemString
The name. - action
- Type: SystemActionTObject, DataAttributeChangeEventArgs
The action.
See Also