C# Class Tortuga.Chain.AuditRules.ValidateWithValidatable

Inheritance: ValidationRule
Afficher le fichier Open project: docevaad/Chain

Méthodes publiques

Méthode Description
CheckValue ( object argumentValue ) : void

Checks the value for validation errors.

ValidateWithValidatable ( OperationTypes appliesWhen ) : System

Initializes a new instance of the ValidateWithValidatable class.

Method Details

CheckValue() public méthode

Checks the value for validation errors.
public CheckValue ( object argumentValue ) : void
argumentValue object The argument value.
Résultat void

ValidateWithValidatable() public méthode

Initializes a new instance of the ValidateWithValidatable class.
appliesWhen;appliesWhen may only be a combination of Insert or Update
public ValidateWithValidatable ( OperationTypes appliesWhen ) : System
appliesWhen OperationTypes The rule applies when.
Résultat System