Свойство | Type | Description |
---|
Méthode | Description | |
---|---|---|
ToString ( ) : string |
Return a string representation of the object.
|
|
ValidationRuleArgs ( string propertyName ) : System |
Creates an instance of the object
|
|
ValidationRuleArgs ( string propertyName, string friendlyName ) : System |
Creates an instance of the object
|
public ValidationRuleArgs ( string propertyName ) : System | ||
propertyName | string | The name of the property to be validated. |
Résultat | System |
public ValidationRuleArgs ( string propertyName, string friendlyName ) : System | ||
propertyName | string | The name of the property to be validated. |
friendlyName | string | Friendly name to use in the validation error text. |
Résultat | System |