C# 클래스 SweetVids.Core.Validation.MustBeTrue

상속: ValidationAttribute
파일 보기 프로젝트 열기: rauhryan/sweetvids

공개 메소드들

메소드 설명
MustBeTrue ( ) : System
MustBeTrue ( string message ) : System

보호된 메소드들

메소드 설명
validate ( object target, object value, INotification notification ) : void

메소드 상세

MustBeTrue() 공개 메소드

public MustBeTrue ( ) : System
리턴 System

MustBeTrue() 공개 메소드

public MustBeTrue ( string message ) : System
message string
리턴 System

validate() 보호된 메소드

protected validate ( object target, object value, INotification notification ) : void
target object
value object
notification INotification
리턴 void