Click or drag to resize

AttributeChangeBusinessRuleTObject Constructor

Namespace:  Aloe.SystemFrameworks.Domain.BusinessLogic
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public AttributeChangeBusinessRule(
	string code,
	string name,
	Action<TObject, DataAttributeChangeEventArgs> action
)

Parameters

code
Type: SystemString
The rule code.
name
Type: SystemString
The name.
action
Type: SystemActionTObject, DataAttributeChangeEventArgs
The action.
See Also