Click or drag to resize

EditableRepositoryRegisterRuleForAttributeChanging Method

Registers a rule for the AttributeChangingBusinessEvent event.

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public void RegisterRuleForAttributeChanging(
	string attributeName,
	IBusinessRule constraint
)

Parameters

attributeName
Type: SystemString
Name of the attribute.
constraint
Type: Aloe.SystemFrameworks.Domain.BusinessLogicIBusinessRule
The constraint.
See Also