Click or drag to resize

ReferenceChangeBusinessRuleTObject Constructor

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

Parameters

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