Click or drag to resize
ProviderDictionaryTKey, TValue Properties

The ProviderDictionaryTKey, TValue generic type exposes the following members.

Properties
  NameDescription
Public propertyColumnNames
Column names
Public propertyCount
Items count (all keys).
Public propertyDataIsValid
Returns true if the dictionary content is valid.
Protected propertyDictionary
Inner dictionary.
Public propertyEnabled
If true, the dictionary is enabled.
Public propertyIsEmpty
Returns true if the Dictionary is empty.
Public propertyItem
Dictionary indexer.
Public propertyLogWebFarmTasks
Gets / sets if the dictionary should log web farm tasks
Public propertyName
Dictionary name.
Public propertyObjectLatency
Object latency in minutes.
Public propertyObjectType
Object type
Public propertyParentCollection
Parent dictionary collection.
Public propertyReloadDictionary
If true, the dictionary should be reloaded.
(Overrides AbstractProviderDictionaryReloadDictionary.)
Public propertyRemovedValue
Value that is set to the specific key if the value is removed. If not set, the item is completely removed.
Public propertyUseWeakReferences
If true, the weak references are used for the items so the memory can be cleared upon request
Public propertyValues
Returns the values of the dictionary
Top
See Also