Click or drag to resize

AutoNumberConstraintTMaster, TDetail Methods

The AutoNumberConstraintTMaster, TDetail generic type exposes the following members.

Methods
  NameDescription
Public methodActivate
Activates the constraint.
(Inherited from ConstraintTObject.)
Public methodExecute
Executes the business rule on the specified object.
(Inherited from BusinessRule.)
Public methodExecuteCore
Executes the business rule on the specified object.
(Inherited from ValidationConstraintTObject.)
Public methodGetViolationOrDefault
Validates the specified object. Returns null if the object is valid, ConstraintViolation if the validation has failed
Public methodIsValid
Returns true if the object passes the constraint validation.
(Overrides ValidationConstraintTObjectIsValid(TObject, ValidationEvent).)
Public methodOnRegistration
Called upon registration of the business rule in a repository.
(Inherited from BusinessRule.)
Public methodToString
Returns a String that represents this instance.
(Inherited from BusinessRule.)
Top
See Also