C# Class Rabbit.Model

Summary description for Model
Afficher le fichier Open project: yysun/Rabbit

Méthodes publiques

Свойство Type Description
RULES Dictionary>

Méthodes publiques

Méthode Description
Model ( ) : System
Model ( dynamic data ) : System

Méthodes protégées

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

Method Details

Model() public méthode

public Model ( ) : System
Résultat System

Model() public méthode

public Model ( dynamic data ) : System
data dynamic
Résultat System

ValidateProperty() protected méthode

protected ValidateProperty ( string key, string rule ) : void
key string
rule string
Résultat void

ValidateValue() protected méthode

protected ValidateValue ( string[]>.Dictionary rules ) : void
rules string[]>.Dictionary
Résultat void

Property Details

RULES public_oe static_oe property

public static Dictionary> RULES
Résultat Dictionary>