The Portrate Interview Engine

AbstractValidator Methods

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

Public Instance Methods

Configure 
DisposeOverloaded.  
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 
ToString (inherited from Object) Returns a String that represents the current Object.

Protected Instance Methods

DisposeOverloaded.  
Finalize 
IsInEffect 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 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

AbstractValidator Class | Portrate.Interview.Model.Validation Namespace