AutoNumberConstraintTMaster, TDetail Methods |
The AutoNumberConstraintTMaster, TDetail 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.
(Inherited from ValidationConstraintTObject.) | |
| GetViolationOrDefault |
Validates the specified object. Returns null if the object is valid, ConstraintViolation if the validation has failed
| |
| IsValid |
Returns true if the object passes the constraint validation.
(Overrides ValidationConstraintTObjectIsValid(TObject, ValidationEvent).) | |
| 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.) |