| IProviderDictionary Interface |
Namespace: CMS.DataEngine
public interface IProviderDictionary : IProviderDictionaryTemplate<BaseInfo>
The IProviderDictionary type exposes the following members.
| Name | Description | |
|---|---|---|
| ColumnNames |
Column names
| |
| Count |
Items count.
(Inherited from IProviderDictionaryTemplateTValue.) | |
| DataIsValid |
Returns true if the dictionary content is valid.
(Inherited from IProviderDictionaryTemplateTValue.) | |
| LogWebFarmTasks |
Gets / sets if the dictionary should log the web farm tasks
(Inherited from IProviderDictionaryTemplateTValue.) | |
| Name |
Dictionary name.
| |
| ObjectType |
Object type
|
| Name | Description | |
|---|---|---|
| Add |
Adds the specified object.
(Inherited from IProviderDictionaryTemplateTValue.) | |
| Clear |
Clears all the items.
(Inherited from IProviderDictionaryTemplateTValue.) | |
| Contains(Object) |
Returns true if the table contains specified record.
(Inherited from IProviderDictionaryTemplateTValue.) | |
| Contains(Object, TValue) |
Returns true if the table contains specified record.
(Inherited from IProviderDictionaryTemplateTValue.) | |
| Invalidate |
Invalidates the dictionary content.
(Inherited from IProviderDictionaryTemplateTValue.) | |
| Remove |
Removes the specified object.
(Inherited from IProviderDictionaryTemplateTValue.) |