ValidationConstraintTObject Methods |
The ValidationConstraintTObject generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | Activate |
Activates the constraint.
(Inherited from ConstraintTObject.) |
![]() | Execute |
Executes the business rule on the specified object.
(Inherited from BusinessRule.) |
![]() | ExecuteCore |
Executes the business rule on the specified object.
(Overrides BusinessRuleExecuteCore(DomainObject, BusinessEvent).) |
![]() | IsValid |
Validates the object and returns true if the object is valid according to the constraint.
|
![]() | OnRegistration |
Called upon registration of the business rule in a repository.
(Inherited from BusinessRule.) |
![]() | ToString |
Returns a String that represents this instance.
(Inherited from BusinessRule.) |