Click or drag to resize
IProviderDictionary Interface
Provider dictionary interface.

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

The IProviderDictionary type exposes the following members.

Properties
Methods
  NameDescription
Public methodAdd
Adds the specified object.
(Inherited from IProviderDictionaryTemplateTValue.)
Public methodClear
Clears all the items.
(Inherited from IProviderDictionaryTemplateTValue.)
Public methodContains(Object)
Returns true if the table contains specified record.
(Inherited from IProviderDictionaryTemplateTValue.)
Public methodContains(Object, TValue)
Returns true if the table contains specified record.
(Inherited from IProviderDictionaryTemplateTValue.)
Public methodInvalidate
Invalidates the dictionary content.
(Inherited from IProviderDictionaryTemplateTValue.)
Public methodRemove
Removes the specified object.
(Inherited from IProviderDictionaryTemplateTValue.)
Top
See Also