C# Class xVal.RuleProviders.RuleSet

ファイルを表示 Open project: fellowshiptech/ft-iserve Class Usage Examples

Public Properties

Property Type Description
Empty RuleSet

Public Methods

Method Description
Contains ( string key ) : bool
RuleSet ( IEnumerable rulesetsToMerge ) : System
RuleSet ( Rule>.ILookup rules ) : System
this ( string key ) : IEnumerable

Method Details

Contains() public method

public Contains ( string key ) : bool
key string
return bool

RuleSet() public method

public RuleSet ( IEnumerable rulesetsToMerge ) : System
rulesetsToMerge IEnumerable
return System

RuleSet() public method

public RuleSet ( Rule>.ILookup rules ) : System
rules Rule>.ILookup
return System

this() public method

public this ( string key ) : IEnumerable
key string
return IEnumerable

Property Details

Empty public_oe static_oe property

public static RuleSet,xVal.RuleProviders Empty
return RuleSet