C# Class Yea.Infrastructure.Rule.RulesFactory

Afficher le fichier Open project: OxPatient/Rule-Engine

Méthodes publiques

Méthode Description
GetRule ( string key, Type type, string property, string expectedValue ) : IRule
GetRules ( ) : string[]
RulesFactory ( ) : System

Method Details

GetRule() public méthode

public GetRule ( string key, Type type, string property, string expectedValue ) : IRule
key string
type System.Type
property string
expectedValue string
Résultat IRule

GetRules() public méthode

public GetRules ( ) : string[]
Résultat string[]

RulesFactory() public méthode

public RulesFactory ( ) : System
Résultat System