次の方法で共有


RuleSetDictionary クラス

定義

public ref class RuleSetDictionary sealed : Microsoft::RuleEngine::RuleEngineDictionary
[System.Serializable]
public sealed class RuleSetDictionary : Microsoft.RuleEngine.RuleEngineDictionary
type RuleSetDictionary = class
    inherit RuleEngineDictionary
Public NotInheritable Class RuleSetDictionary
Inherits RuleEngineDictionary
継承
RuleSetDictionary
属性

コンストラクター

RuleSetDictionary()

プロパティ

Count (継承元 RuleEngineDictionary)
DictionaryItemType (継承元 RuleEngineDictionary)
DictionaryKeyType (継承元 RuleEngineDictionary)
IsFixedSize (継承元 RuleEngineDictionary)
IsReadOnly (継承元 RuleEngineDictionary)
IsSynchronized (継承元 RuleEngineDictionary)
Item[Object] (継承元 RuleEngineDictionary)
Item[RuleSetInfo]
Item[String]
Keys (継承元 RuleEngineDictionary)
SyncRoot (継承元 RuleEngineDictionary)
Values (継承元 RuleEngineDictionary)

メソッド

Add(Object, Object) (継承元 RuleEngineDictionary)
Add(RuleSet)
Clear() (継承元 RuleEngineDictionary)
Clone()
Contains(Object) (継承元 RuleEngineDictionary)
Contains(RuleSet)
Contains(RuleSetInfo)
Contains(String)
CopyTo(Array, Int32) (継承元 RuleEngineDictionary)
CopyTo(RuleSet[], Int32)
GetEnumerator() (継承元 RuleEngineDictionary)
Remove(Object) (継承元 RuleEngineDictionary)
Remove(RuleSet)
Remove(RuleSetInfo)
Remove(String)

明示的なインターフェイスの実装

IEnumerable.GetEnumerator() (継承元 RuleEngineDictionary)

適用対象