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

상속: System.Attribute
파일 보기 프로젝트 열기: rauhryan/sweetvids

공개 메소드들

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

보호된 메소드들

메소드 설명
logMessage ( INotification notification, string message ) : void
validate ( object target, object rawValue, INotification notification ) : void

메소드 상세

Validate() 공개 메소드

public Validate ( object target, INotification notification ) : void
target object
notification INotification
리턴 void

logMessage() 보호된 메소드

protected logMessage ( INotification notification, string message ) : void
notification INotification
message string
리턴 void

validate() 보호된 추상적인 메소드

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