C# 클래스 Web.Generics.WebMvc.UserInterface.Validators.MustBeTrueAttribute

상속: System.ComponentModel.DataAnnotations.ValidationAttribute
파일 보기 프로젝트 열기: inspira/Web.Generics

공개 메소드들

메소드 설명
IsValid ( object value ) : bool
MustBeTrueAttribute ( ) : System
MustBeTrueAttribute ( String errorMessage ) : System

메소드 상세

IsValid() 공개 메소드

public IsValid ( object value ) : bool
value object
리턴 bool

MustBeTrueAttribute() 공개 메소드

public MustBeTrueAttribute ( ) : System
리턴 System

MustBeTrueAttribute() 공개 메소드

public MustBeTrueAttribute ( String errorMessage ) : System
errorMessage String
리턴 System