-
Notifications
You must be signed in to change notification settings - Fork 31
Forge.Forms.Validation
redbaty edited this page Feb 16, 2018
·
1 revision
public abstract class Forge.Forms.Validation.ComparisonValidator
: FieldValidatorProperties
| Type | Name | Summary |
|---|---|---|
IProxy |
Argument |
public class Forge.Forms.Validation.ConversionValidator
: ValidationRuleMethods
| Type | Name | Summary |
|---|---|---|
ValidationResult |
Validate(Object value, CultureInfo cultureInfo) |
public class Forge.Forms.Validation.EmptyValidator
: FieldValidatorMethods
| Type | Name | Summary |
|---|---|---|
Boolean |
ValidateValue(Object value, CultureInfo cultureInfo) |
public class Forge.Forms.Validation.ErrorStringProvider
: IErrorStringProviderMethods
| Type | Name | Summary |
|---|---|---|
String |
GetErrorMessage(Object value) |
public class Forge.Forms.Validation.ExistsInValidator
: ComparisonValidatorMethods
| Type | Name | Summary |
|---|---|---|
Boolean |
ValidateValue(Object value, CultureInfo cultureInfo) |
public class Forge.Forms.Validation.FalseValidator
: FieldValidatorMethods
| Type | Name | Summary |
|---|---|---|
Boolean |
ValidateValue(Object value, CultureInfo cultureInfo) |
public abstract class Forge.Forms.Validation.FieldValidator
: ValidationRuleProperties
| Type | Name | Summary |
|---|---|---|
IErrorStringProvider |
ErrorProvider | |
IBoolProxy |
IsEnforced | |
Boolean |
StrictValidation | |
ValidationPipe |
ValidationPipe | |
IValueConverter |
ValueConverter |
Methods
| Type | Name | Summary |
|---|---|---|
ValidationResult |
Validate(Object value, CultureInfo cultureInfo) |
|
Boolean |
ValidateValue(Object value, CultureInfo cultureInfo) |
public class Forge.Forms.Validation.GreaterThanEqualValidator
: ComparisonValidatorMethods
| Type | Name | Summary |
|---|---|---|
Boolean |
ValidateValue(Object value, CultureInfo cultureInfo) |
public class Forge.Forms.Validation.GreaterThanValidator
: ComparisonValidatorMethods
| Type | Name | Summary |
|---|---|---|
Boolean |
ValidateValue(Object value, CultureInfo cultureInfo) |
public interface Forge.Forms.Validation.IErrorStringProviderMethods
| Type | Name | Summary |
|---|---|---|
String |
GetErrorMessage(Object value) |
public interface Forge.Forms.Validation.IValidatorProviderMethods
| Type | Name | Summary |
|---|---|---|
FieldValidator |
GetValidator(IResourceContext context, ValidationPipe pipe) |
public class Forge.Forms.Validation.LessThanEqualValidator
: ComparisonValidatorMethods
| Type | Name | Summary |
|---|---|---|
Boolean |
ValidateValue(Object value, CultureInfo cultureInfo) |
public class Forge.Forms.Validation.LessThanValidator
: ComparisonValidatorMethods
| Type | Name | Summary |
|---|---|---|
Boolean |
ValidateValue(Object value, CultureInfo cultureInfo) |
public class Forge.Forms.Validation.MatchPatternValidator
: ComparisonValidatorMethods
| Type | Name | Summary |
|---|---|---|
Boolean |
ValidateValue(Object value, CultureInfo cultureInfo) |
public class Forge.Forms.Validation.MethodInvocationValidator
: FieldValidatorMethods
| Type | Name | Summary |
|---|---|---|
Boolean |
ValidateValue(Object value, CultureInfo cultureInfo) |
public class Forge.Forms.Validation.NotEmptyValidator
: FieldValidatorMethods
| Type | Name | Summary |
|---|---|---|
Boolean |
ValidateValue(Object value, CultureInfo cultureInfo) |
public class Forge.Forms.Validation.NotEqualsValidator
: ComparisonValidatorMethods
| Type | Name | Summary |
|---|---|---|
Boolean |
ValidateValue(Object value, CultureInfo cultureInfo) |
public class Forge.Forms.Validation.NotExistsInValidator
: ComparisonValidatorMethods
| Type | Name | Summary |
|---|---|---|
Boolean |
ValidateValue(Object value, CultureInfo cultureInfo) |
public class Forge.Forms.Validation.NotMatchPatternValidator
: ComparisonValidatorMethods
| Type | Name | Summary |
|---|---|---|
Boolean |
ValidateValue(Object value, CultureInfo cultureInfo) |
public class Forge.Forms.Validation.NotNullValidator
: FieldValidatorMethods
| Type | Name | Summary |
|---|---|---|
Boolean |
ValidateValue(Object value, CultureInfo cultureInfo) |
public class Forge.Forms.Validation.NullValidator
: FieldValidatorMethods
| Type | Name | Summary |
|---|---|---|
Boolean |
ValidateValue(Object value, CultureInfo cultureInfo) |
public class Forge.Forms.Validation.PlainErrorStringProvider
: IErrorStringProviderProperties
| Type | Name | Summary |
|---|---|---|
String |
ErrorMessage |
Methods
| Type | Name | Summary |
|---|---|---|
String |
GetErrorMessage(Object value) |
public class Forge.Forms.Validation.TrueValidator
: FieldValidatorMethods
| Type | Name | Summary |
|---|---|---|
Boolean |
ValidateValue(Object value, CultureInfo cultureInfo) |
Gets passed to method validators.
public class Forge.Forms.Validation.ValidationContextProperties
| Type | Name | Summary |
|---|---|---|
CultureInfo |
CultureInfo | Gets the Forge.Forms.Validation.ValidationContext.CultureInfo in which this validation is performed. |
Object |
Model | Gets the model that contains the property that is being validated. |
Object |
ModelContext | Gets the model's context at the time of validation. |
String |
PropertyName | Gets the name of the property that is being validated. |
Object |
PropertyValue | Gets the value of the property that is being validated. |
Boolean |
WillCommit | Gets whether the value will be written to the property regardless of validation result. |
public class Forge.Forms.Validation.ValidationPipe
: ValidationRuleProperties
| Type | Name | Summary |
|---|---|---|
String |
Error |
Methods
| Type | Name | Summary |
|---|---|---|
ValidationResult |
Validate(Object value, CultureInfo cultureInfo) |
public class Forge.Forms.Validation.ValueErrorStringProvider
: IErrorStringProviderMethods
| Type | Name | Summary |
|---|---|---|
String |
GetErrorMessage(Object value) |