StringLengthValidatorAttribute Members

Include Protected Members
Include Inherited Members

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

The StringLengthValidatorAttribute type exposes the following members.

Constructors

  Name Description
Public method StringLengthValidatorAttribute Overloaded.

Methods

  Name Description
Protected method DoCreateValidator Overloaded.
Public method Equals (Inherited from Attribute.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Attribute.)
Protected method GetMessageTemplate
Returns the message template for the represented validator.
(Inherited from BaseValidationAttribute.)
Public method GetType (Inherited from Object.)
Public method IsDefaultAttribute (Inherited from Attribute.)
Public method Match (Inherited from Attribute.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Properties

  Name Description
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 Negated
Gets or sets the flag indicating if the validator to create should be negated.
(Inherited from ValueValidatorAttribute.)
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 (Inherited from Attribute.)

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method _Attribute.GetIDsOfNames (Inherited from Attribute.)
Explicit interface implemetationPrivate method _Attribute.GetTypeInfo (Inherited from Attribute.)
Explicit interface implemetationPrivate method _Attribute.GetTypeInfoCount (Inherited from Attribute.)
Explicit interface implemetationPrivate method _Attribute.Invoke (Inherited from Attribute.)

See Also

StringLengthValidatorAttribute Class

Microsoft.Practices.EnterpriseLibrary.Validation.Validators Namespace

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.