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