Метод | Описание | |
---|---|---|
DefinedValidationAttribute ( ValidationType input ) : System |
Initializes a new instance of the DefinedValidationAttribute class.
|
|
Validate ( ValidationType keyName, string input ) : bool |
Validates the specified key name.
|
public DefinedValidationAttribute ( ValidationType input ) : System | ||
input | ValidationType | The input. |
Результат | System |
public static Validate ( ValidationType keyName, string input ) : bool | ||
keyName | ValidationType | Name of the key. |
input | string | The input. |
Результат | bool |