C# Class xVal.RuleProviders.CachingRulesProvider

Inheritance: IRulesProvider
ファイルを表示 Open project: fellowshiptech/ft-iserve

Public Methods

Method Description
GetRulesFromType ( Type type ) : RuleSet

Protected Methods

Method Description
GetRulesFromTypeCore ( Type type ) : RuleSet

Method Details

GetRulesFromType() public method

public GetRulesFromType ( Type type ) : RuleSet
type System.Type
return RuleSet

GetRulesFromTypeCore() protected abstract method

protected abstract GetRulesFromTypeCore ( Type type ) : RuleSet
type System.Type
return RuleSet