RemoteAttribute Methods
The RemoteAttribute type exposes the following members.
| Name | Description | |
|---|---|---|
|
Equals | (Inherited from Attribute.) |
|
Finalize | (Inherited from Object.) |
|
FormatAdditionalFieldsForClientValidation | Returns a comma-delimited string of validation field names. |
|
FormatErrorMessage | Formats the error message that is displayed when validation fails. (Overrides ValidationAttribute::FormatErrorMessage(String).) |
|
FormatPropertyForClientValidation | Formats the property for client validation by prepending an asterisk (*) and a dot. |
|
GetClientValidationRules | Gets a list of client validation rules for the property. |
|
GetHashCode | (Inherited from Attribute.) |
|
GetType | (Inherited from Object.) |
|
GetUrl | Gets the URL for the remote validation call. |
|
GetValidationResult | (Inherited from ValidationAttribute.) |
|
IsDefaultAttribute | (Inherited from Attribute.) |
|
IsValid(Object) | This method always returns true. (Overrides ValidationAttribute::IsValid(Object).) |
|
IsValid(Object, ValidationContext) | (Inherited from ValidationAttribute.) |
|
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: