Метод | Описание | |
---|---|---|
ExclusiveValidatorGroup ( ) : System.Collections.Generic |
Initializes a new instance of the ExclusiveValidatorGroup class.
|
|
ExclusiveValidatorGroup ( IExpression when ) : System.Collections.Generic |
Initializes a new instance of the ExclusiveValidatorGroup class.
|
|
ExclusiveValidatorGroup ( string when ) : System.Collections.Generic |
Initializes a new instance of the ExclusiveValidatorGroup class.
|
Метод | Описание | |
---|---|---|
ValidateGroup ( object>.IDictionary |
Actual implementation how to validate the specified object.
|
public ExclusiveValidatorGroup ( ) : System.Collections.Generic | ||
Результат | System.Collections.Generic |
public ExclusiveValidatorGroup ( IExpression when ) : System.Collections.Generic | ||
when | IExpression | The expression that determines if this validator should be evaluated. |
Результат | System.Collections.Generic |
public ExclusiveValidatorGroup ( string when ) : System.Collections.Generic | ||
when | string | The expression that determines if this validator should be evaluated. |
Результат | System.Collections.Generic |
protected ValidateGroup ( object>.IDictionary |
||
contextParams | object>.IDictionary | Additional context parameters. |
errors | IValidationErrors | |
validationContext | object | The object to validate. |
Результат | bool |