The Portrate Interview Engine

DateFormatValidator Methods

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

Public Instance Methods

Configure 
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 
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

DateFormatValidator Class | Portrate.Interview.Model.Validation Namespace