Метод | Описание | |
---|---|---|
Build ( ) : IValidator |
Constructs and configures an IValidator instance based on the properties set on the attribute instance.
|
|
Build ( Castle.Components.Validator.ValidatorRunner validatorRunner, |
Constructs and configures an IValidator instance based on the properties set on the attribute instance.
|
|
ValidateGroupNotEmptyAttribute ( string group ) : System |
Initializes a new instance of the ValidateGroupNotEmptyAttribute class.
|
|
ValidateGroupNotEmptyAttribute ( string group, string errorMessage ) : System |
Initializes a new instance of the ValidateGroupNotEmptyAttribute class.
|
public Build ( Castle.Components.Validator.ValidatorRunner validatorRunner, |
||
validatorRunner | Castle.Components.Validator.ValidatorRunner | |
type | ||
Результат | IValidator |
public ValidateGroupNotEmptyAttribute ( string group ) : System | ||
group | string | The group. |
Результат | System |
public ValidateGroupNotEmptyAttribute ( string group, string errorMessage ) : System | ||
group | string | The group. |
errorMessage | string | The error message. |
Результат | System |