DateTimeRangeValidatorAttribute Methods

Include Protected Members
Include Inherited Members

The DateTimeRangeValidatorAttribute type exposes the following members.

Methods

  Name Description
Protected method CreateValidator
Creates the Validator described by the configuration object.
(Inherited from ValidatorAttribute.)
Protected method DoCreateValidator(Type)
Creates the DateTimeRangeValidator described by the configuration object.
(Overrides ValidatorAttribute.DoCreateValidator(Type).)
Protected method DoCreateValidator(Type, Type, MemberValueAccessBuilder, ValidatorFactory)
Creates the Validator described by the configuration object.
(Inherited from ValidatorAttribute.)
Public method Equals
Returns a value that indicates whether this instance is equal to a specified object.
(Inherited from Attribute.)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method FormatErrorMessage
Applies formatting to an error message based on the data field where the error occurred.
(Inherited from ValueValidatorAttribute.)
Public method GetHashCode
Returns the hash code for this instance.
(Inherited from Attribute.)
Public method GetMessageTemplate
Returns the message template for the represented validator.
(Inherited from BaseValidationAttribute.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method GetValidationResult
Checks whether the specified value is valid with respect to the current validation attribute.
(Inherited from ValidationAttribute.)
Public method IsDefaultAttribute
When overridden in a derived class, indicates whether the value of this instance is the default value for the derived class.
(Inherited from Attribute.)
Public method IsValid(Object)
Determines whether the specified value of the object is valid.
(Inherited from ValueValidatorAttribute.)
Protected method IsValid(Object, ValidationContext)
Validates the specified value with respect to the current validation attribute.
(Inherited from ValidationAttribute.)
Public method Match
When overridden in a derived class, returns a value that indicates whether this instance equals a specified object.
(Inherited from Attribute.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)
Public method Validate(Object, String)
Validates the specified object.
(Inherited from ValidationAttribute.)
Public method Validate(Object, ValidationContext)
Validates the specified object.
(Inherited from ValidationAttribute.)

See Also

DateTimeRangeValidatorAttribute Class

Microsoft.Practices.EnterpriseLibrary.Validation.Validators Namespace