CompareAttribute Methods
The CompareAttribute type exposes the following members.
| Name | Description | |
|---|---|---|
|
Equals | (Inherited from Attribute.) |
|
Finalize | (Inherited from Object.) |
|
FormatErrorMessage | Applies formatting to an error message based on the data field where the compare error occurred. (Overrides ValidationAttribute.FormatErrorMessage(String).) |
|
FormatPropertyForClientValidation | Formats the property for client validation by prepending an asterisk (*) and a dot. |
|
GetClientValidationRules | Gets a list of compare-value client validation rules for the property using the specified model metadata and controller context. |
|
GetHashCode | (Inherited from Attribute.) |
|
GetType | (Inherited from Object.) |
|
GetValidationResult | (Inherited from ValidationAttribute.) |
|
IsDefaultAttribute | (Inherited from Attribute.) |
|
IsValid(Object) | (Inherited from ValidationAttribute.) |
|
IsValid(Object, ValidationContext) | Determines whether the specified object is equal to the compared object. (Overrides ValidationAttribute.IsValid(Object, ValidationContext).) |
|
Match | (Inherited from Attribute.) |
|
MemberwiseClone | (Inherited from Object.) |
|
ToString | (Inherited from Object.) |
|
Validate(Object, String) | (Inherited from ValidationAttribute.) |
|
Validate(Object, ValidationContext) | (Inherited from ValidationAttribute.) |
| Name | Description | |
|---|---|---|
|
_Attribute.GetIDsOfNames | (Inherited from Attribute.) |
|
_Attribute.GetTypeInfo | (Inherited from Attribute.) |
|
_Attribute.GetTypeInfoCount | (Inherited from Attribute.) |
|
_Attribute.Invoke | (Inherited from Attribute.) |
Show: