C# Class Yea.Infrastructure.Rule.RulesFactory

显示文件 Open project: OxPatient/Rule-Engine

Public Methods

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

Method Details

GetRule() public method

public GetRule ( string key, Type type, string property, string expectedValue ) : IRule
key string
type System.Type
property string
expectedValue string
return IRule

GetRules() public method

public GetRules ( ) : string[]
return string[]

RulesFactory() public method

public RulesFactory ( ) : System
return System