ProviderGuidDictionary Properties |
The ProviderGuidDictionary type exposes the following members.
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.) | |
Dictionary |
Inner dictionary.
(Inherited from ProviderDictionaryTKey, TValue.) | |
Enabled |
If true, the dictionary is enabled.
(Inherited from ProviderDictionaryTKey, TValue.) | |
CheckValidity |
If true (default), the dictionary checks the validity of the object upon its retrieval and doesn't return invalid objects. The object must support invalidation in order to support this.
(Inherited from ProviderInfoDictionaryKeyType.) | |
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.) | |
ObjectLatency |
Object latency in minutes.
(Inherited from ProviderDictionaryTKey, TValue.) | |
ObjectType |
Object type
(Inherited from ProviderDictionaryTKey, TValue.) | |
ParentCollection |
Parent dictionary collection.
(Inherited from ProviderDictionaryTKey, TValue.) | |
ReloadDictionary |
If true, the dictionary should be reloaded.
(Inherited from ProviderDictionaryTKey, TValue.) | |
RemovedValue |
Value that is set to the specific key if the value is removed. If not set, the item is completely removed.
(Inherited from ProviderDictionaryTKey, TValue.) | |
UseWeakReferences |
If true, the weak references are used for the items so the memory can be cleared upon request
(Inherited from ProviderDictionaryTKey, TValue.) | |
Values |
Returns the values of the dictionary
(Inherited from ProviderDictionaryTKey, TValue.) |