C# 클래스 Rabbit.Model

Summary description for Model
파일 보기 프로젝트 열기: yysun/Rabbit

공개 프로퍼티들

프로퍼티 타입 설명
RULES Dictionary>

공개 메소드들

메소드 설명
Model ( ) : System
Model ( dynamic data ) : System

보호된 메소드들

메소드 설명
ValidateProperty ( string key, string rule ) : void
ValidateValue ( string[]>.Dictionary rules ) : void

메소드 상세

Model() 공개 메소드

public Model ( ) : System
리턴 System

Model() 공개 메소드

public Model ( dynamic data ) : System
data dynamic
리턴 System

ValidateProperty() 보호된 메소드

protected ValidateProperty ( string key, string rule ) : void
key string
rule string
리턴 void

ValidateValue() 보호된 메소드

protected ValidateValue ( string[]>.Dictionary rules ) : void
rules string[]>.Dictionary
리턴 void

프로퍼티 상세

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

public static Dictionary> RULES
리턴 Dictionary>