C# 클래스 Amido.Testing.WebApi.ValidationRules.AssertActionValidationRule

상속: ValidationRule
파일 보기 프로젝트 열기: amido/Amido.Testing

공개 메소드들

메소드 설명
AssertActionValidationRule ( AssertActionResult>.Func action ) : System

Constructs the ValidationRule.

Validate ( object sender, ValidationEventArgs e ) : void

The validate method.

메소드 상세

AssertActionValidationRule() 공개 메소드

Constructs the ValidationRule.
public AssertActionValidationRule ( AssertActionResult>.Func action ) : System
action AssertActionResult>.Func The validation action to run.
리턴 System

Validate() 공개 메소드

The validate method.
public Validate ( object sender, ValidationEventArgs e ) : void
sender object The sender.
e ValidationEventArgs The
리턴 void