Метод | Описание | |
---|---|---|
Build ( ) : IValidator |
Constructs and configures an IValidator instance based on the properties set on the attribute instance.
|
|
ValidateNotSameValueAttribute ( |
Initializes a new instance of the ValidateNotSameValueAttribute class.
|
|
ValidateNotSameValueAttribute ( |
Initializes a new instance of the ValidateSameAsAttribute class.
|
|
ValidateNotSameValueAttribute ( object mustNotBeThisValue ) : System |
Initializes a new instance of the ValidateSameAsAttribute class.
|
public ValidateNotSameValueAttribute ( |
||
valueType | Type of the value. | |
mustNotBeThisValue | object | The must not be this value. |
Результат | System |
public ValidateNotSameValueAttribute ( |
||
valueType | ||
mustNotBeThisValue | object | |
errorMessage | string | |
Результат | System |
public ValidateNotSameValueAttribute ( object mustNotBeThisValue ) : System | ||
mustNotBeThisValue | object | |
Результат | System |