The Portrate Interview Engine

ValidatorGroup Methods

The methods of the ValidatorGroup class are listed below. For a complete list of ValidatorGroup class members, see the ValidatorGroup Members topic.

Public Instance Methods

Configure Reads 'validator' elements and adds them to the list of validators in this group.
Dispose (inherited from AbstractValidator)Overloaded.  
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
IsValid Runs the IsValid method on each of the validators defined in this group.
ToString (inherited from Object) Returns a String that represents the current Object.

Protected Instance Methods

Dispose (inherited from AbstractValidator)Overloaded.  
Finalize 
IsInEffect (inherited from AbstractValidator) Returns TRUE if this rule is in effect, and false if not.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.
RulesSatisfied (inherited from AbstractValidator) Implements a short-circuited rule evaluator that runs each rule in the order in which it was parsed. Returns false when the first rule returns false. Returns true if all rules return true.

See Also

ValidatorGroup Class | Portrate.Interview.Model.Validation Namespace