EditableRepositoryRegisterRuleForAttributeChanged Method (IDataAttribute, IBusinessRule) |
Namespace:
Aloe.SystemFrameworks.Domain
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic void RegisterRuleForAttributeChanged(
IDataAttribute attribute,
IBusinessRule constraint
)
Public Sub RegisterRuleForAttributeChanged (
attribute As IDataAttribute,
constraint As IBusinessRule
)
public:
void RegisterRuleForAttributeChanged(
IDataAttribute^ attribute,
IBusinessRule^ constraint
)
member RegisterRuleForAttributeChanged :
attribute : IDataAttribute *
constraint : IBusinessRule -> unit
Parameters
- attribute
- Type: Aloe.SystemFrameworks.DomainIDataAttribute
The attribute. - constraint
- Type: Aloe.SystemFrameworks.Domain.BusinessLogicIBusinessRule
The constraint.
See Also