Share via


RuleDictionary Class

Definition

public ref class RuleDictionary sealed : Microsoft::RuleEngine::RuleEngineDictionary
[System.Serializable]
public sealed class RuleDictionary : Microsoft.RuleEngine.RuleEngineDictionary
type RuleDictionary = class
    inherit RuleEngineDictionary
Public NotInheritable Class RuleDictionary
Inherits RuleEngineDictionary
Inheritance
RuleDictionary
Attributes

Constructors

RuleDictionary()

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[String]
Keys (Inherited from RuleEngineDictionary)
SyncRoot (Inherited from RuleEngineDictionary)
Values (Inherited from RuleEngineDictionary)

Methods

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

Explicit Interface Implementations

IEnumerable.GetEnumerator() (Inherited from RuleEngineDictionary)

Applies to