VocabularyDictionary 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 VocabularyDictionary sealed : Microsoft::RuleEngine::RuleEngineDictionary
[System.Serializable]
public sealed class VocabularyDictionary : Microsoft.RuleEngine.RuleEngineDictionary
type VocabularyDictionary = class
inherit RuleEngineDictionary
Public NotInheritable Class VocabularyDictionary
Inherits RuleEngineDictionary
- Inheritance
- Attributes
Constructors
| VocabularyDictionary() |
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] | |
| Item[VocabularyInfo] | |
| Keys | (Inherited from RuleEngineDictionary) |
| SyncRoot | (Inherited from RuleEngineDictionary) |
| Values | (Inherited from RuleEngineDictionary) |
Methods
| Add(Object, Object) | (Inherited from RuleEngineDictionary) |
| Add(Vocabulary) | |
| Clear() | (Inherited from RuleEngineDictionary) |
| Clone() | |
| Contains(Object) | (Inherited from RuleEngineDictionary) |
| Contains(String) | |
| Contains(Vocabulary) | |
| Contains(VocabularyInfo) | |
| CopyTo(Array, Int32) | (Inherited from RuleEngineDictionary) |
| CopyTo(Vocabulary[], Int32) | |
| GetEnumerator() | (Inherited from RuleEngineDictionary) |
| Remove(Object) | (Inherited from RuleEngineDictionary) |
| Remove(String) | |
| Remove(Vocabulary) | |
| Remove(VocabularyInfo) | |
Explicit Interface Implementations
| IEnumerable.GetEnumerator() | (Inherited from RuleEngineDictionary) |