| IProviderDictionaryTKey, TValue Interface |
Namespace: CMS.DataEngine
public interface IProviderDictionary<in TKey, TValue> : IProviderDictionary
The IProviderDictionaryTKey, TValue type exposes the following members.
| Name | Description | |
|---|---|---|
| ColumnNames |
Column names
(Inherited from IProviderDictionary.) | |
| Count |
Items count.
(Inherited from IProviderDictionary.) | |
| DataIsValid |
Returns true if the dictionary content is valid.
(Inherited from IProviderDictionary.) | |
| Name |
Dictionary name.
(Inherited from IProviderDictionary.) | |
| ObjectType |
Object type
(Inherited from IProviderDictionary.) |
| Name | Description | |
|---|---|---|
| Add |
Adds the specified object.
| |
| Clear |
Clears all the items.
(Inherited from IProviderDictionary.) | |
| ContainsKey |
Returns true if the table contains specified record.
| |
| Invalidate |
Invalidates the dictionary content.
(Inherited from IProviderDictionary.) | |
| Remove(TKey) |
Removes the specified object.
| |
| Remove(Object, Boolean) |
Removes the specified object.
(Inherited from IProviderDictionary.) | |
| TryGetValue |
Returns true if the table contains specified record.
|