| 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 IProviderDictionaryTemplateValueType.) | |
| DataIsValid | 
            Returns true if the dictionary content is valid.
              (Inherited from IProviderDictionaryTemplateValueType.) | |
| LogWebFarmTasks | 
            Gets / sets if the dictionary should log the web farm tasks
              (Inherited from IProviderDictionaryTemplateValueType.) | |
| Name | 
            Dictionary name.
              | |
| ObjectType | 
            Object type
              | 
| Name | Description | |
|---|---|---|
| Add | 
            Adds the specified object.
              (Inherited from IProviderDictionaryTemplateValueType.) | |
| Clear | 
            Clears all the items.
              (Inherited from IProviderDictionaryTemplateValueType.) | |
| ClearExpired | 
            Clears all the expired items.
              (Inherited from IProviderDictionaryTemplateValueType.) | |
| ClearOlder | 
            Removes the objects older that specified time.
              (Inherited from IProviderDictionaryTemplateValueType.) | |
| Contains(Object) | 
            Returns true if the table contains specified record.
              (Inherited from IProviderDictionaryTemplateValueType.) | |
| Contains(Object, ValueType) | 
            Returns true if the table contains specified record.
              (Inherited from IProviderDictionaryTemplateValueType.) | |
| GetRealCount | 
            Gets the real count of the objects in the dictionary
              (Inherited from IProviderDictionaryTemplateValueType.) | |
| Invalidate | 
            Invalidates the dictionary content.
              (Inherited from IProviderDictionaryTemplateValueType.) | |
| Remove | 
            Removes the specified object.
              (Inherited from IProviderDictionaryTemplateValueType.) |