Méthode | Description | |
---|---|---|
Validate ( ServiceStack.FluentValidation.Validators.PropertyValidatorContext context ) : IEnumerable |
Méthode | Description | |
---|---|---|
CreateValidationError ( ServiceStack.FluentValidation.Validators.PropertyValidatorContext context ) : ValidationFailure |
Creates an error validation result for this validator.
|
|
IsValid ( ServiceStack.FluentValidation.Validators.PropertyValidatorContext context ) : bool | ||
PropertyValidator ( Expression |
||
PropertyValidator ( string errorMessageResourceName, |
||
PropertyValidator ( string errorMessage, string errorCode ) : System |
protected CreateValidationError ( ServiceStack.FluentValidation.Validators.PropertyValidatorContext context ) : ValidationFailure | ||
context | ServiceStack.FluentValidation.Validators.PropertyValidatorContext | The validator context |
Résultat | ValidationFailure |
protected abstract IsValid ( ServiceStack.FluentValidation.Validators.PropertyValidatorContext context ) : bool | ||
context | ServiceStack.FluentValidation.Validators.PropertyValidatorContext | |
Résultat | bool |
protected PropertyValidator ( Expression |
||
errorMessageResourceSelector | Expression |
|
errorCode | string | |
Résultat | System |
protected PropertyValidator ( string errorMessageResourceName, |
||
errorMessageResourceName | string | |
errorMessageResourceType | ||
errorCode | string | |
Résultat | System |
protected PropertyValidator ( string errorMessage, string errorCode ) : System | ||
errorMessage | string | |
errorCode | string | |
Résultat | System |
public Validate ( ServiceStack.FluentValidation.Validators.PropertyValidatorContext context ) : IEnumerable |
||
context | ServiceStack.FluentValidation.Validators.PropertyValidatorContext | |
Résultat | IEnumerable |