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

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

공개 프로퍼티들

프로퍼티 타입 설명
GetMessage Func

공개 메소드들

메소드 설명
GetLength ( PropertyInfo property ) : int
MaximumStringLengthAttribute ( int length ) : System

보호된 메소드들

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

메소드 상세

GetLength() 공개 정적인 메소드

public static GetLength ( PropertyInfo property ) : int
property System.Reflection.PropertyInfo
리턴 int

MaximumStringLengthAttribute() 공개 메소드

public MaximumStringLengthAttribute ( int length ) : System
length int
리턴 System

validate() 보호된 메소드

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

프로퍼티 상세

GetMessage 공개적으로 정적으로 프로퍼티

public static Func GetMessage
리턴 Func