Method | Description | |
---|---|---|
AddBusinessRuleValidationResult ( IBusinessRuleValidationResult businessRuleValidationResult ) : void |
Adds the business rule validation result.
|
|
AddFieldValidationResult ( IFieldValidationResult fieldValidationResult ) : void |
Adds the field validation result.
|
|
GetBusinessRuleErrorCount ( ) : int |
Gets the business rule error count.
|
|
GetBusinessRuleErrorCount ( object tag ) : int |
Gets the business rule error count with the specified tag.
|
|
GetBusinessRuleErrors ( ) : List |
Gets all the business rule errors.
|
|
GetBusinessRuleErrors ( object tag ) : List |
Gets all the business rule errors with the specified tag.
|
|
GetBusinessRuleValidationCount ( ) : int |
Gets the business rule validation count.
|
|
GetBusinessRuleValidationCount ( object tag ) : int |
Gets the business rule validation count with the specified tag.
|
|
GetBusinessRuleValidations ( ) : List |
Gets all the business rule validations.
|
|
GetBusinessRuleValidations ( object tag ) : List |
Gets all the business rule validations with the specified tag.
|
|
GetBusinessRuleWarningCount ( ) : int |
Gets the business rule warning count.
|
|
GetBusinessRuleWarningCount ( object tag ) : int |
Gets the business rule warning count with the specified tag.
|
|
GetBusinessRuleWarnings ( ) : List |
Gets all the business rule warnings.
|
|
GetBusinessRuleWarnings ( object tag ) : List |
Gets all the business rule warnings with the specified tag.
|
|
GetErrorCount ( ) : int |
Gets the number of field and business rule errors inside this context.
|
|
GetErrorCount ( object tag ) : int |
Gets the number of field and business rule errors with the specified tag inside this context.
|
|
GetErrors ( ) : List |
Gets all field and business rule errors.
|
|
GetErrors ( object tag ) : List |
Gets all field and business rule errors with the specified tag.
|
|
GetFieldErrorCount ( ) : int |
Gets the field error count of all fields.
|
|
GetFieldErrorCount ( object tag ) : int |
Gets the field error count of all fields with the specified tag.
|
|
GetFieldErrors ( ) : List |
Gets all the field errors.
|
|
GetFieldErrors ( object tag ) : List |
Gets all the field errors with the specified tag.
|
|
GetFieldErrors ( string propertyName ) : List |
Gets all the field errors for the specified property name.
|
|
GetFieldErrors ( string propertyName, object tag ) : List |
Gets all the field errors for the specified property name with the specified tag.
|
|
GetFieldValidationCount ( ) : int |
Gets the field validation count of all fields.
|
|
GetFieldValidationCount ( object tag ) : int |
Gets the field validation count of all fields with the specified tag.
|
|
GetFieldValidations ( ) : List |
Gets all the field validations.
|
|
GetFieldValidations ( object tag ) : List |
Gets all the field validations with the specified tag.
|
|
GetFieldValidations ( string propertyName ) : List |
Gets all the field validations for the specified property name.
|
|
GetFieldValidations ( string propertyName, object tag ) : List |
Gets all the field validations for the specified property name with the specified tag.
|
|
GetFieldWarningCount ( ) : int |
Gets the field warning count of all fields.
|
|
GetFieldWarningCount ( object tag ) : int |
Gets the field warning count of all fields with the specified tag.
|
|
GetFieldWarnings ( ) : List |
Gets all the field warnings.
|
|
GetFieldWarnings ( object tag ) : List |
Gets all the field warnings with the specified tag.
|
|
GetFieldWarnings ( string propertyName ) : List |
Gets all the field warnings for the specified property name.
|
|
GetFieldWarnings ( string propertyName, object tag ) : List |
Gets all the field warnings for the specified property name with the specified tag.
|
|
GetValidationCount ( ) : int |
Gets the total validation count of all fields and business rules.
|
|
GetValidationCount ( object tag ) : int |
Gets the total validation count of all fields and business rules with the specified tag.
|
|
GetValidations ( ) : List |
Gets all the field and business rule validations.
|
|
GetValidations ( object tag ) : List |
Gets all the field and business rule validations with the specified tag.
|
|
GetWarningCount ( ) : int |
Gets the number of field and business rule warnings inside this context.
|
|
GetWarningCount ( object tag ) : int |
Gets the number of field and business rule warnings with the specified tag inside this context.
|
|
GetWarnings ( ) : List |
Gets all field and business rule warnings.
|
|
GetWarnings ( object tag ) : List |
Gets all field and business rule warnings with the specified tag.
|
|
RemoveBusinessRuleValidationResult ( IBusinessRuleValidationResult businessRuleValidationResult ) : void |
Removes the business rule validation result.
|
|
RemoveFieldValidationResult ( IFieldValidationResult fieldValidationResult ) : void |
Removes the field validation result.
|
|
ToString ( ) : string |
Returns a System.String that represents this instance.
|
|
ValidationContext ( IEnumerable |
Initializes a new instance of the ValidationContext class.
|
|
ValidationContext ( IEnumerable |
Initializes a new instance of the ValidationContext class.
|
Method | Description | |
---|---|---|
UpdateLastModificationStamp ( System.DateTime dateTime, bool resetLastModifiedTicksToZero = false ) : void | ||
ValidationContext ( ) : System |
Initializes static members of the ValidationContext class.
|
public AddBusinessRuleValidationResult ( IBusinessRuleValidationResult businessRuleValidationResult ) : void | ||
businessRuleValidationResult | IBusinessRuleValidationResult | The business rule validation result. |
return | void |
public AddFieldValidationResult ( IFieldValidationResult fieldValidationResult ) : void | ||
fieldValidationResult | IFieldValidationResult | The field validation result. |
return | void |
public GetBusinessRuleErrorCount ( object tag ) : int | ||
tag | object | The tag. |
return | int |
public GetBusinessRuleErrors ( object tag ) : List |
||
tag | object | The tag. |
return | List |
public GetBusinessRuleValidationCount ( ) : int | ||
return | int |
public GetBusinessRuleValidationCount ( object tag ) : int | ||
tag | object | The tag. |
return | int |
public GetBusinessRuleValidations ( object tag ) : List |
||
tag | object | The tag. |
return | List |
public GetBusinessRuleWarningCount ( object tag ) : int | ||
tag | object | The tag. |
return | int |
public GetBusinessRuleWarnings ( object tag ) : List |
||
tag | object | The tag. |
return | List |
public GetErrorCount ( object tag ) : int | ||
tag | object | The tag. |
return | int |
public GetFieldErrorCount ( object tag ) : int | ||
tag | object | The tag. |
return | int |
public GetFieldErrors ( object tag ) : List |
||
tag | object | The tag. |
return | List |
public GetFieldErrors ( string propertyName ) : List |
||
propertyName | string | Name of the property. |
return | List |
public GetFieldErrors ( string propertyName, object tag ) : List |
||
propertyName | string | Name of the property. |
tag | object | The tag. |
return | List |
public GetFieldValidationCount ( object tag ) : int | ||
tag | object | The tag. |
return | int |
public GetFieldValidations ( object tag ) : List |
||
tag | object | The tag. |
return | List |
public GetFieldValidations ( string propertyName ) : List |
||
propertyName | string | Name of the property. |
return | List |
public GetFieldValidations ( string propertyName, object tag ) : List |
||
propertyName | string | Name of the property. |
tag | object | The tag. |
return | List |
public GetFieldWarningCount ( object tag ) : int | ||
tag | object | The tag. |
return | int |
public GetFieldWarnings ( object tag ) : List |
||
tag | object | The tag. |
return | List |
public GetFieldWarnings ( string propertyName ) : List |
||
propertyName | string | Name of the property. |
return | List |
public GetFieldWarnings ( string propertyName, object tag ) : List |
||
propertyName | string | Name of the property. |
tag | object | The tag. |
return | List |
public GetValidationCount ( object tag ) : int | ||
tag | object | The tag. |
return | int |
public GetValidations ( object tag ) : List |
||
tag | object | The tag. |
return | List |
public GetWarningCount ( object tag ) : int | ||
tag | object | The tag. |
return | int |
public GetWarnings ( object tag ) : List |
||
tag | object | The tag. |
return | List |
public RemoveBusinessRuleValidationResult ( IBusinessRuleValidationResult businessRuleValidationResult ) : void | ||
businessRuleValidationResult | IBusinessRuleValidationResult | The business rule validation result. |
return | void |
public RemoveFieldValidationResult ( IFieldValidationResult fieldValidationResult ) : void | ||
fieldValidationResult | IFieldValidationResult | The field validation result. |
return | void |
public ValidationContext ( IEnumerable |
||
fieldValidationResults | IEnumerable |
The field validation results. Can be |
businessRuleValidationResults | IEnumerable |
The business rule validation results. Can be |
return | System |
public ValidationContext ( IEnumerable |
||
fieldValidationResults | IEnumerable |
The field validation results. Can be |
businessRuleValidationResults | IEnumerable |
The business rule validation results. Can be |
lastModified | System.DateTime | The last modified date/time. |
return | System |