C# Class Rabbit.Model

Summary description for Model
Mostra file Open project: yysun/Rabbit

Public Properties

Property Type Description
RULES Dictionary>

Public Methods

Method Description
Model ( ) : System
Model ( dynamic data ) : System

Protected Methods

Method Description
ValidateProperty ( string key, string rule ) : void
ValidateValue ( string[]>.Dictionary rules ) : void

Method Details

Model() public method

public Model ( ) : System
return System

Model() public method

public Model ( dynamic data ) : System
data dynamic
return System

ValidateProperty() protected method

protected ValidateProperty ( string key, string rule ) : void
key string
rule string
return void

ValidateValue() protected method

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

Property Details

RULES public_oe static_oe property

public static Dictionary> RULES
return Dictionary>