| ProviderDictionaryTKey, TValue Properties |
The ProviderDictionaryTKey, TValue generic type exposes the following members.
| Name | Description | |
|---|---|---|
| ColumnNames |
Column names
| |
| Count |
Items count (all keys).
| |
| DataIsValid |
Returns true if the dictionary content is valid.
| |
| Dictionary |
Inner dictionary.
| |
| 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.
| |
| ObjectLatency |
Object latency in minutes.
| |
| ObjectType |
Object type
| |
| ParentCollection |
Parent dictionary collection.
| |
| ReloadDictionary |
If true, the dictionary should be reloaded.
(Overrides AbstractProviderDictionaryReloadDictionary.) | |
| RemovedValue |
Value that is set to the specific key if the value is removed. If not set, the item is completely removed.
| |
| UseWeakReferences |
If true, the weak references are used for the items so the memory can be cleared upon request
| |
| Values |
Returns the values of the dictionary
|