Click or drag to resize
ProviderStringValueDictionary Class
Provider string indexed dictionary. Represent the case-insensitive object storage optimized for reading.
Inheritance Hierarchy
System.Object
  CMS.DataEngine.AbstractProviderDictionary
    CMS.DataEngine.ProviderDictionary<String, Object>
      CMS.DataEngine.ProviderStringValueDictionary<Object>
        CMS.DataEngine.ProviderStringValueDictionary

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public class ProviderStringValueDictionary : ProviderStringValueDictionary<Object>

The ProviderStringValueDictionary type exposes the following members.

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