ProviderStringValueDictionaryT Class |
Note: This API is now obsolete.
Namespace: CMS.DataEngine
[ObsoleteAttribute("Use ProviderDictionary<string, T> instead.")] public class ProviderStringValueDictionary<T> : ProviderDictionary<string, T>
The ProviderStringValueDictionaryT type exposes the following members.
Name | Description | |
---|---|---|
![]() | ProviderStringValueDictionaryT |
Creates new instance of ProviderStringValueDictionaryT.
|
Name | Description | |
---|---|---|
![]() | ColumnNames |
Column names
(Inherited from ProviderDictionaryTKey, TValue.) |
![]() | Count |
Items count (all keys).
(Inherited from ProviderDictionaryTKey, TValue.) |
![]() | DataIsValid |
Returns true if the dictionary content is valid.
(Inherited from ProviderDictionaryTKey, TValue.) |
![]() | Enabled |
If true, the dictionary is enabled.
(Inherited from ProviderDictionaryTKey, TValue.) |
![]() | IsEmpty |
Returns true if the Dictionary is empty.
(Inherited from ProviderDictionaryTKey, TValue.) |
![]() | Item |
Dictionary indexer.
(Inherited from ProviderDictionaryTKey, TValue.) |
![]() | LogWebFarmTasks |
Gets / sets if the dictionary should log web farm tasks
(Inherited from ProviderDictionaryTKey, TValue.) |
![]() | Name |
Dictionary name.
(Inherited from ProviderDictionaryTKey, TValue.) |
![]() | ObjectType |
Object type
(Inherited from ProviderDictionaryTKey, TValue.) |
Name | Description | |
---|---|---|
![]() | Add(TKey, TValue) |
Adds the specified object.
(Inherited from ProviderDictionaryTKey, TValue.) |
![]() | Add(TKey, TValue, Boolean) |
Adds the specified object.
(Inherited from ProviderDictionaryTKey, TValue.) |
![]() | Clear |
Clears all the items.
(Inherited from ProviderDictionaryTKey, TValue.) |
![]() | Contains(TKey) | Obsolete.
Returns true if the table contains specified record.
(Inherited from ProviderDictionaryTKey, TValue.) |
![]() | Contains(TKey, TValue) | Obsolete.
Gets the value associated with the specified key.
(Inherited from ProviderDictionaryTKey, TValue.) |
![]() | Contains(String, String) |
Returns true if the table contains specified record.
|
![]() | ContainsKey |
Returns true if the table contains specified record.
(Inherited from ProviderDictionaryTKey, TValue.) |
![]() | ConvertKey |
Converts the key to a specific type
(Inherited from ProviderDictionaryTKey, TValue.) |
![]() | Delete |
Removes the specified object and logs the web farm task.
(Inherited from ProviderDictionaryTKey, TValue.) |
![]() | Invalidate |
Invalidates the dictionary content.
(Inherited from ProviderDictionaryTKey, TValue.) |
![]() | LogWebFarmTask(String, String) |
Logs the web farm task with specified task data.
(Inherited from ProviderDictionaryTKey, TValue.) |
![]() | Remove(TKey) |
Removes the specified object.
(Inherited from ProviderDictionaryTKey, TValue.) |
![]() | Remove(TKey, Boolean) |
Removes the specified object.
(Inherited from ProviderDictionaryTKey, TValue.) |
![]() | RemoveInternal |
Removes the key from the internal dictionary
(Inherited from ProviderDictionaryTKey, TValue.) |
![]() | TryGetInternal |
Returns true if the internal dictionary contains specified record.
(Inherited from ProviderDictionaryTKey, TValue.) |
![]() | TryGetValue |
Gets the value associated with the specified key.
(Inherited from ProviderDictionaryTKey, TValue.) |
![]() | Update |
Updates the specified object and logs the web farm task.
(Inherited from ProviderDictionaryTKey, TValue.) |