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

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

Type Parameters

TValue

The IProviderDictionaryTemplateTValue type exposes the following members.

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
Top
Methods
  NameDescription
Public methodAdd
Adds the specified object.
Public methodClear
Clears all the items.
Public methodContains(Object)
Returns true if the table contains specified record.
Public methodContains(Object, TValue)
Returns true if the table contains specified record.
Public methodInvalidate
Invalidates the dictionary content.
Public methodRemove
Removes the specified object.
Top
See Also