Click or drag to resize
IProviderDictionary Interface
Exposes required members for access to non-generic implementation of provider dictionary.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public interface IProviderDictionary

The IProviderDictionary type exposes the following members.

Properties
  NameDescription
Public propertyColumnNames
Column names
Public propertyCount
Items count.
Public propertyDataIsValid
Returns true if the dictionary content is valid.
Public propertyName
Dictionary name.
Public propertyObjectType
Object type
Top
Methods
  NameDescription
Public methodClear
Clears all the items.
Public methodInvalidate
Invalidates the dictionary content.
Public methodRemove
Removes the specified object.
Top
See Also