Click or drag to resize
ProviderStringDictionary Class

Note: This API is now obsolete.

Provider string indexed dictionary.
Inheritance Hierarchy
SystemObject
  CMS.DataEngineProviderDictionaryString, BaseInfo
    CMS.DataEngineProviderInfoDictionaryString
      CMS.DataEngineProviderStringDictionary

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax
C#
[ObsoleteAttribute("Use ProviderInfoDictionary<string> instead.")]
public class ProviderStringDictionary : ProviderInfoDictionary<string>

The ProviderStringDictionary type exposes the following members.

Constructors
  NameDescription
Public methodProviderStringDictionary
Constructor.
Top
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.)
Top
Methods
  NameDescription
Public methodAdd(TKey, TValue)
Adds the specified object.
(Inherited from ProviderDictionaryTKey, TValue.)
Public methodAdd(TKey, BaseInfo, Boolean)
Adds the specified object.
(Inherited from ProviderInfoDictionaryTKey.)
Public methodClear
Clears all the items.
(Inherited from ProviderDictionaryTKey, TValue.)
Public methodContains(TKey) Obsolete.
Returns true if the table contains specified record.
(Inherited from ProviderDictionaryTKey, TValue.)
Public methodContains(TKey, TValue) Obsolete.
Gets the value associated with the specified key.
(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 ProviderInfoDictionaryTKey.)
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 methodLogWebFarmTask(String, String)
Logs the web farm task with specified task data.
(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.
(Inherited from ProviderInfoDictionaryTKey.)
Public methodTryGetValue
Gets the value associated with the specified key.
(Inherited from ProviderDictionaryTKey, TValue.)
Public methodUpdate
Updates the specified object and logs the web farm task.
(Inherited from ProviderDictionaryTKey, TValue.)
Top
See Also