The methods of the DateFormatValidator class are listed below. For a complete list of DateFormatValidator class members, see the DateFormatValidator Members topic.
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. |
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. |
DateFormatValidator Class | Portrate.Interview.Model.Validation Namespace