CompareAttribute Methods

Include Protected Members
Include Inherited Members

The CompareAttribute type exposes the following members.

Methods

  Name Description
Public method Equals (Inherited from Attribute.)
Protected method Finalize (Inherited from Object.)
Public method FormatErrorMessage Applies formatting to an error message based on the data field where the compare error occurred. (Overrides ValidationAttribute.FormatErrorMessage(String).)
Public methodStatic member FormatPropertyForClientValidation Formats the property for client validation by prepending an asterisk (*) and a dot.
Public method GetClientValidationRules Gets a list of compare-value client validation rules for the property using the specified model metadata and controller context.
Public method GetHashCode (Inherited from Attribute.)
Public method GetType (Inherited from Object.)
Public method GetValidationResult (Inherited from ValidationAttribute.)
Public method IsDefaultAttribute (Inherited from Attribute.)
Public method IsValid(Object) (Inherited from ValidationAttribute.)
Protected method IsValid(Object, ValidationContext) Determines whether the specified object is equal to the compared object. (Overrides ValidationAttribute.IsValid(Object, ValidationContext).)
Public method Match (Inherited from Attribute.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Public method Validate(Object, String) (Inherited from ValidationAttribute.)
Public method Validate(Object, ValidationContext) (Inherited from ValidationAttribute.)

Top

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.)

Top

See Also

Reference

CompareAttribute Class

System.Web.Mvc Namespace