Click or drag to resize
ProviderDictionaryCollection Class
Collection of the provider dictionaries.
Inheritance Hierarchy
SystemObject
  CMS.DataEngineProviderDictionaryCollection

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public class ProviderDictionaryCollection

The ProviderDictionaryCollection type exposes the following members.

Constructors
  NameDescription
Public methodProviderDictionaryCollection
Constructor.
Top
Properties
  NameDescription
Public propertyAllGenerationsLoaded
Returns true if all generations were loaded
Public propertyByCodeName
CodeName dictionary.
Public propertyByFullName
FullName dictionary.
Public propertyByGuid
Guid dictionary.
Public propertyByGuidAndSite
Guid and site dictionary.
Public propertyById
ID dictionary.
Public propertyLoadCollectionsAfterClear Obsolete.
Indicates if collection should be filled with new data after clearing the collection
Public propertyLoadedGeneration
Returns the number of the loaded generation of the objects.
Public propertyName
Dictionary name.
Public propertyParameter
Custom parameter passed to a LoadGeneration method.
Public propertyStringValues
String values dictionary.
Top
Methods
  NameDescription
Public methodClear
Clears all the items.
Public methodLoadAll
Ensures loading of all the items. Keeps the original loading type.
Public methodLoadDefaultItems
Loads the default items of the dictionaries.
Public methodLoadGeneration
Loads specific generation of the objects.
Public methodLoadNextGeneration
Loads the next generation of the dictionaries.
Public methodNextGenerationAvailable
Returns true if the next generation of the objects is available.
Top
Events
  NameDescription
Public eventOnLoadGeneration
Event which is called when loading of specific generation is requested.
Top
See Also