Method | Description | |
---|---|---|
AnyValidatorGroup ( ) : System.Collections.Generic |
Initializes a new instance of the AnyValidatorGroup class.
|
|
AnyValidatorGroup ( IExpression when ) : System.Collections.Generic |
Initializes a new instance of the AnyValidatorGroup class.
|
|
AnyValidatorGroup ( string when ) : System.Collections.Generic |
Initializes a new instance of the AnyValidatorGroup class.
|
Method | Description | |
---|---|---|
ValidateGroup ( object>.IDictionary |
Validates the specified object.
|
public AnyValidatorGroup ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public AnyValidatorGroup ( IExpression when ) : System.Collections.Generic | ||
when | IExpression | The expression that determines if this validator should be evaluated. |
return | System.Collections.Generic |
public AnyValidatorGroup ( string when ) : System.Collections.Generic | ||
when | string | The expression that determines if this validator should be evaluated. |
return | System.Collections.Generic |
protected ValidateGroup ( object>.IDictionary |
||
contextParams | object>.IDictionary | Additional context parameters. |
errors | IValidationErrors | |
validationContext | object | The object to validate. |
return | bool |