C# Class Tortuga.Chain.AuditRules.ValidateWithValidatable

Inheritance: ValidationRule
ファイルを表示 Open project: docevaad/Chain

Public Methods

Method 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 method

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

ValidateWithValidatable() public method

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.
return System