Click or drag to resize
IProviderDictionaryTKey, TValue Interface
Represents a generic implementation of provider dictionary.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public interface IProviderDictionary<in TKey, TValue> : IProviderDictionary

Type Parameters

TKey
TValue

The IProviderDictionaryTKey, TValue type exposes the following members.

Properties
  NameDescription
Public propertyColumnNames
Column names
(Inherited from IProviderDictionary.)
Public propertyCount
Items count.
(Inherited from IProviderDictionary.)
Public propertyDataIsValid
Returns true if the dictionary content is valid.
(Inherited from IProviderDictionary.)
Public propertyName
Dictionary name.
(Inherited from IProviderDictionary.)
Public propertyObjectType
Object type
(Inherited from IProviderDictionary.)
Top
Methods
  NameDescription
Public methodAdd
Adds the specified object.
Public methodClear
Clears all the items.
(Inherited from IProviderDictionary.)
Public methodContainsKey
Returns true if the table contains specified record.
Public methodInvalidate
Invalidates the dictionary content.
(Inherited from IProviderDictionary.)
Public methodRemove(TKey)
Removes the specified object.
Public methodRemove(Object, Boolean)
Removes the specified object.
(Inherited from IProviderDictionary.)
Public methodTryGetValue
Returns true if the table contains specified record.
Top
See Also