Share via


RuleSetDictionary Class

Definition

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
Inheritance
RuleSetDictionary
Attributes

Constructors

RuleSetDictionary()

Properties

Count (Inherited from RuleEngineDictionary)
DictionaryItemType (Inherited from RuleEngineDictionary)
DictionaryKeyType (Inherited from RuleEngineDictionary)
IsFixedSize (Inherited from RuleEngineDictionary)
IsReadOnly (Inherited from RuleEngineDictionary)
IsSynchronized (Inherited from RuleEngineDictionary)
Item[Object] (Inherited from RuleEngineDictionary)
Item[RuleSetInfo]
Item[String]
Keys (Inherited from RuleEngineDictionary)
SyncRoot (Inherited from RuleEngineDictionary)
Values (Inherited from RuleEngineDictionary)

Methods

Add(Object, Object) (Inherited from RuleEngineDictionary)
Add(RuleSet)
Clear() (Inherited from RuleEngineDictionary)
Clone()
Contains(Object) (Inherited from RuleEngineDictionary)
Contains(RuleSet)
Contains(RuleSetInfo)
Contains(String)
CopyTo(Array, Int32) (Inherited from RuleEngineDictionary)
CopyTo(RuleSet[], Int32)
GetEnumerator() (Inherited from RuleEngineDictionary)
Remove(Object) (Inherited from RuleEngineDictionary)
Remove(RuleSet)
Remove(RuleSetInfo)
Remove(String)

Explicit Interface Implementations

IEnumerable.GetEnumerator() (Inherited from RuleEngineDictionary)

Applies to