IDataHubCategoryItems Methods |
The IDataHubCategoryItems type exposes the following members.
| Name | Description | |
|---|---|---|
| Add(T) | Adds an item to the ICollectionT. (Inherited from ICollectionKeyValuePairObject, Object.) | |
| Add(TKey, TValue) | Adds an element with the provided key and value to the IDictionaryTKey, TValue. (Inherited from IDictionaryObject, Object.) | |
| Clear | Removes all items from the ICollectionT. (Inherited from ICollectionKeyValuePairObject, Object.) | |
| Contains | Determines whether the ICollectionT contains a specific value. (Inherited from ICollectionKeyValuePairObject, Object.) | |
| ContainsKey | Determines whether the IDictionaryTKey, TValue contains an element with the specified key. (Inherited from IDictionaryObject, Object.) | |
| CopyTo | (Inherited from ICollectionKeyValuePairObject, Object.) | |
| GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from IEnumerableKeyValuePairObject, Object.) | |
| Remove(TKey) | Removes the element with the specified key from the IDictionaryTKey, TValue. (Inherited from IDictionaryObject, Object.) | |
| Remove(T) | Removes the first occurrence of a specific object from the ICollectionT. (Inherited from ICollectionKeyValuePairObject, Object.) | |
| TryGetValue | Gets the value associated with the specified key. (Inherited from IDictionaryObject, Object.) |