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