Click or drag to resize
ProviderInfoDictionaryKeyType Class
Base info dictionary for info providers
Inheritance Hierarchy
SystemObject
  CMS.DataEngineAbstractProviderDictionary
    CMS.DataEngineProviderDictionaryKeyType, BaseInfo
      CMS.DataEngineProviderInfoDictionaryKeyType
        CMS.DataEngineProviderGuidDictionary
        CMS.DataEngineProviderIntDictionary
        CMS.DataEngineProviderStringDictionary

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public class ProviderInfoDictionary<KeyType> : ProviderDictionary<KeyType, BaseInfo>, 
	IProviderDictionary, IProviderDictionaryTemplate<BaseInfo>

Type Parameters

KeyType

The ProviderInfoDictionaryKeyType type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyColumnNames
Column names
(Inherited from ProviderDictionaryTKey, TValue.)
Public propertyCount
Items count (all keys).
(Inherited from ProviderDictionaryTKey, TValue.)
Public propertyDataIsValid
Returns true if the dictionary content is valid.
(Inherited from ProviderDictionaryTKey, TValue.)
Public propertyEnabled
If true, the dictionary is enabled.
(Inherited from ProviderDictionaryTKey, TValue.)
Public propertyIsEmpty
Returns true if the Dictionary is empty.
(Inherited from ProviderDictionaryTKey, TValue.)
Public propertyItem
Dictionary indexer.
(Inherited from ProviderDictionaryTKey, TValue.)
Public propertyLogWebFarmTasks
Gets / sets if the dictionary should log web farm tasks
(Inherited from ProviderDictionaryTKey, TValue.)
Public propertyName
Dictionary name.
(Inherited from ProviderDictionaryTKey, TValue.)
Public propertyObjectType
Object type
(Inherited from ProviderDictionaryTKey, TValue.)
Public propertyParentCollection
Parent dictionary collection.
(Inherited from ProviderDictionaryTKey, TValue.)
Public propertyUseWeakReferences
If true, the weak references are used for the items so the memory can be cleared upon request
(Inherited from ProviderDictionaryTKey, TValue.)
Protected propertyWebFarmTaskOperation
Web farm task operation identificator used in task queue.
(Inherited from ProviderDictionaryTKey, TValue.)
Top
Methods
  NameDescription
Public methodAdd(TKey, TValue)
Adds the specified object.
(Inherited from ProviderDictionaryTKey, TValue.)
Public methodAdd(KeyType, BaseInfo, Boolean)
Adds the specified object.
(Overrides ProviderDictionaryTKey, TValueAdd(TKey, TValue, Boolean).)
Public methodClear
Clears all the items.
(Inherited from ProviderDictionaryTKey, TValue.)
Protected methodClearInternal
Clears the internal dictionary
(Inherited from ProviderDictionaryTKey, TValue.)
Public methodContains(Object)
Returns true if the table contains specified record.
(Inherited from ProviderDictionaryTKey, TValue.)
Public methodContains(TKey)
Returns true if the table contains specified record.
(Inherited from ProviderDictionaryTKey, TValue.)
Public methodContains(Object, TValue)
Returns true if the table contains specified record.
(Inherited from ProviderDictionaryTKey, TValue.)
Public methodContains(TKey, TValue)
Returns true if the table contains specified record.
(Inherited from ProviderDictionaryTKey, TValue.)
Protected methodContainsInternal
Returns true if the internal dictionary contains specified record.
(Inherited from ProviderDictionaryTKey, TValue.)
Public methodContainsKey
Returns true if the table contains specified record.
(Inherited from ProviderDictionaryTKey, TValue.)
Protected methodConvertKey
Converts the key to a specific type
(Inherited from ProviderDictionaryTKey, TValue.)
Public methodDelete
Removes the specified object and logs the web farm task.
(Inherited from ProviderDictionaryTKey, TValue.)
Public methodInvalidate
Invalidates the dictionary content.
(Inherited from ProviderDictionaryTKey, TValue.)
Public methodLoadNextGeneration
Loads the next generation of the objects.
(Inherited from ProviderDictionaryTKey, TValue.)
Public methodLogWebFarmTask(String, String)
Logs the web farm task with specified task data.
(Inherited from ProviderDictionaryTKey, TValue.)
Public methodLogWebFarmTask(TKey, String)
Logs the web farm task for specified object key.
(Inherited from ProviderDictionaryTKey, TValue.)
Public methodNextGenerationAvailable
Returns true if the next generation of the objects is available.
(Inherited from ProviderDictionaryTKey, TValue.)
Public methodRemove(Object)
Removes the specified object.
(Inherited from ProviderDictionaryTKey, TValue.)
Public methodRemove(TKey)
Removes the specified object.
(Inherited from ProviderDictionaryTKey, TValue.)
Public methodRemove(TKey, Boolean)
Removes the specified object.
(Inherited from ProviderDictionaryTKey, TValue.)
Protected methodRemoveInternal
Removes the key from the internal dictionary
(Inherited from ProviderDictionaryTKey, TValue.)
Protected methodTryGetInternal
Returns true if the internal dictionary contains specified record.
(Overrides ProviderDictionaryTKey, TValueTryGetInternal(TKey, TValue).)
Public methodUpdate
Updates the specified object and logs the web farm task.
(Inherited from ProviderDictionaryTKey, TValue.)
Top
See Also