메소드 | 설명 | |
---|---|---|
Validate ( object validationContext, object>.IDictionary |
Validates the specified object.
|
|
Validate ( object validationContext, IValidationErrors errors ) : bool |
Validates the specified object.
|
|
ValidatorReference ( ) : System.Collections.Generic |
Creates a new instance of the ValidatorReference class.
|
|
ValidatorReference ( IExpression when ) : System.Collections.Generic |
Creates a new instance of the ValidatorReference class.
|
|
ValidatorReference ( string when ) : System.Collections.Generic |
Creates a new instance of the ValidatorReference class.
|
public Validate ( object validationContext, object>.IDictionary |
||
validationContext | object | The object to validate. |
contextParams | object>.IDictionary | Additional context parameters. |
errors | IValidationErrors | |
리턴 | bool |
public Validate ( object validationContext, IValidationErrors errors ) : bool | ||
validationContext | object | The object to validate. |
errors | IValidationErrors | |
리턴 | bool |
public ValidatorReference ( ) : System.Collections.Generic | ||
리턴 | System.Collections.Generic |
public ValidatorReference ( IExpression when ) : System.Collections.Generic | ||
when | IExpression | /// The expression that determines if this validator should be evaluated. /// |
리턴 | System.Collections.Generic |
public ValidatorReference ( string when ) : System.Collections.Generic | ||
when | string | /// The expression that determines if this validator should be evaluated. /// |
리턴 | System.Collections.Generic |