Click or drag to resize
IProviderDictionaryTemplateValueType Interface
Provider dictionary interface template.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public interface IProviderDictionaryTemplate<ValueType>

Type Parameters

ValueType

The IProviderDictionaryTemplateValueType type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds the specified object.
Public methodClear
Clears all the items.
Public methodClearExpired
Clears all the expired items.
Public methodClearOlder
Removes the objects older that specified time.
Public methodContains(Object)
Returns true if the table contains specified record.
Public methodContains(Object, ValueType)
Returns true if the table contains specified record.
Public methodGetRealCount
Gets the real count of the objects in the dictionary
Public methodInvalidate
Invalidates the dictionary content.
Public methodRemove
Removes the specified object.
Top
Properties
  NameDescription
Public propertyCount
Items count.
Public propertyDataIsValid
Returns true if the dictionary content is valid.
Public propertyLogWebFarmTasks
Gets / sets if the dictionary should log the web farm tasks
Public propertyReloadDictionary
If true, the dictionary should be reloaded.
Top
See Also