RuleDictionary Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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) |