EditableRepositoryRegisterRuleForObjectReferenceChanged Method |
Namespace:
Aloe.SystemFrameworks.Domain
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic void RegisterRuleForObjectReferenceChanged(
string referenceName,
IBusinessRule constraint
)
Public Sub RegisterRuleForObjectReferenceChanged (
referenceName As String,
constraint As IBusinessRule
)
public:
void RegisterRuleForObjectReferenceChanged(
String^ referenceName,
IBusinessRule^ constraint
)
member RegisterRuleForObjectReferenceChanged :
referenceName : string *
constraint : IBusinessRule -> unit
Parameters
- referenceName
- Type: SystemString
Name of the reference. - constraint
- Type: Aloe.SystemFrameworks.Domain.BusinessLogicIBusinessRule
The constraint.
See Also