IProviderDictionary MembersKentico 8.0 API Reference
The IProviderDictionary type exposes the following members.
Methods

  NameDescription
Public methodAdd
Adds the specified object.
(Inherited from IProviderDictionaryTemplate ValueType .)
Public methodClear
Clears all the items.
(Inherited from IProviderDictionaryTemplate ValueType .)
Public methodClearExpired
Clears all the expired items.
(Inherited from IProviderDictionaryTemplate ValueType .)
Public methodClearOlder
Removes the objects older that specified time.
(Inherited from IProviderDictionaryTemplate ValueType .)
Public methodContains(Object)
Returns true if the table contains specified record.
(Inherited from IProviderDictionaryTemplate ValueType .)
Public methodContains(Object, ValueType )
Returns true if the table contains specified record.
(Inherited from IProviderDictionaryTemplate ValueType .)
Public methodGetRealCount
Gets the real count of the objects in the dictionary
(Inherited from IProviderDictionaryTemplate ValueType .)
Public methodInvalidate
Invalidates the dictionary content.
(Inherited from IProviderDictionaryTemplate ValueType .)
Public methodRemove
Removes the specified object.
(Inherited from IProviderDictionaryTemplate ValueType .)
Back to Top
Properties

  NameDescription
Public propertyColumnNames
Column names
Public propertyCount
Items count.
(Inherited from IProviderDictionaryTemplate ValueType .)
Public propertyDataIsValid
Returns true if the dictionary content is valid.
(Inherited from IProviderDictionaryTemplate ValueType .)
Public propertyLogWebFarmTasks
Gets / sets if the dictionary should log the web farm tasks
(Inherited from IProviderDictionaryTemplate ValueType .)
Public propertyObjectType
Object type
Public propertyReloadDictionary
If true, the dictionary should be reloaded.
(Inherited from IProviderDictionaryTemplate ValueType .)
Back to Top
See Also