Click or drag to resize
AbstractProviderDictionary Class
Holds the collection of available provider dictionaries and provides basic set of actions.
Inheritance Hierarchy
SystemObject
  CMS.DataEngineAbstractProviderDictionary

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public static class AbstractProviderDictionary

The AbstractProviderDictionary type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberDictionaries
Collection of all provider dictionaries.
Public propertyStatic memberEnableHashTables
Enable hashtables.
Top
Methods
  NameDescription
Public methodStatic memberGetDictionaries
Returns enumerable of provider dictionaries which name starts with defined object type.
Public methodStatic memberGetDictionaryDisplayName
Gets the dictionary display name
Public methodStatic memberReloadDictionaries
Reloads the dictionaries of specified object type.
Top
Thread Safety
Static members of this type are safe for multi-threaded operations. Instance members of this type are safe for multi-threaded operations.
See Also