C# 클래스 Tortuga.Chain.AuditRules.ValidateWithValidatable

상속: ValidationRule
파일 보기 프로젝트 열기: docevaad/Chain

공개 메소드들

메소드 설명
CheckValue ( object argumentValue ) : void

Checks the value for validation errors.

ValidateWithValidatable ( OperationTypes appliesWhen ) : System

Initializes a new instance of the ValidateWithValidatable class.

메소드 상세

CheckValue() 공개 메소드

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

ValidateWithValidatable() 공개 메소드

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.
리턴 System