Click or drag to resize

EditableRepositoryRegisterRuleForAttributeChanged Method (IDataAttribute, IBusinessRule)

Registers a rule for the AttributeChangedBusinessEvent event.

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public void RegisterRuleForAttributeChanged(
	IDataAttribute attribute,
	IBusinessRule constraint
)

Parameters

attribute
Type: Aloe.SystemFrameworks.DomainIDataAttribute
The attribute.
constraint
Type: Aloe.SystemFrameworks.Domain.BusinessLogicIBusinessRule
The constraint.
See Also