Click or drag to resize

ValidationConstraintTObject Methods

The ValidationConstraintTObject 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.
(Overrides BusinessRuleExecuteCore(DomainObject, BusinessEvent).)
Public methodIsValid
Validates the object and returns true if the object is valid according to the constraint.
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