ValidatorAttribute Members

Include Protected Members
Include Inherited Members

The ValidatorAttribute type exposes the following members.

Constructors

  Name Description
Protected method ValidatorAttribute
Initializes a new instance of the ValidatorAttribute class

Methods

  Name Description
Protected method CreateValidator
Creates the Validator described by the configuration object.
Protected method DoCreateValidator(Type)
Creates the Validator described by the attribute object providing validator specific information.
Protected method DoCreateValidator(Type, Type, MemberValueAccessBuilder, ValidatorFactory)
Creates the Validator described by the configuration object.
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 ValidationAttribute.)
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 BaseValidationAttribute.)
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.)

Properties

  Name Description
Public property ErrorMessage
Gets or sets an error message to associate with a validation control if validation fails.
(Inherited from ValidationAttribute.)
Public property ErrorMessageResourceName
Gets or sets the error message resource name to use in order to look up the ErrorMessageResourceType property value if validation fails.
(Inherited from ValidationAttribute.)
Public property ErrorMessageResourceType
Gets or sets the resource type to use for error-message lookup if validation fails.
(Inherited from ValidationAttribute.)
Protected property ErrorMessageString
Gets the localized validation error message.
(Inherited from ValidationAttribute.)
Public property MessageTemplate
Gets or sets the message template to use when logging validation results.
(Inherited from BaseValidationAttribute.)
Public property MessageTemplateResourceName
Gets or sets the name of the resource to retrieve the message template to use when logging validation results.
(Inherited from BaseValidationAttribute.)
Public property MessageTemplateResourceType
Gets or sets the name of the type to retrieve the message template to use when logging validation results.
(Inherited from BaseValidationAttribute.)
Public property RequiresValidationContext
Gets a value that indicates whether the attribute requires validation context.
(Inherited from ValidationAttribute.)
Public property Ruleset
Gets or set the ruleset to which the represented validator belongs.
(Inherited from BaseValidationAttribute.)
Public property Tag
Gets or sets the tag that will characterize the results logged by the represented validator.
(Inherited from BaseValidationAttribute.)
Public property TypeId
When implemented in a derived class, gets a unique identifier for this Attribute.
(Inherited from Attribute.)

See Also

ValidatorAttribute Class

Microsoft.Practices.EnterpriseLibrary.Validation.Validators Namespace