 | IDataHubCategories Interface |
[Missing <summary> documentation for "T:EBP.Framework.Data.Interfaces.DataHub.IDataHubCategories"]
Namespace:
EBP.Framework.Data.Interfaces.DataHub
Assembly:
EBP.Framework.Data.Interfaces (in EBP.Framework.Data.Interfaces.dll) Version: 4.0.0.0 (4.0.0.0)
Syntaxpublic interface IDataHubCategories : IDictionary<Guid, IDataHubCategoryItems>,
ICollection<KeyValuePair<Guid, IDataHubCategoryItems>>, IEnumerable<KeyValuePair<Guid, IDataHubCategoryItems>>,
IEnumerable
Public Interface IDataHubCategories
Inherits IDictionary(Of Guid, IDataHubCategoryItems), ICollection(Of KeyValuePair(Of Guid, IDataHubCategoryItems)),
IEnumerable(Of KeyValuePair(Of Guid, IDataHubCategoryItems)), IEnumerable
The IDataHubCategories type exposes the following members.
Properties
Methods
| Name | Description |
---|
 | Add(T) | (Inherited from ICollectionKeyValuePairGuid, IDataHubCategoryItems.) |
 | Add(TKey, TValue) | (Inherited from IDictionaryGuid, IDataHubCategoryItems.) |
 | AddCategories | |
 | AddCategory(Guid, IDataHubCategoryItems) | |
 | AddCategory(Guid, Object, Object) | |
 | Clear | (Inherited from ICollectionKeyValuePairGuid, IDataHubCategoryItems.) |
 | Contains | Determines whether the ICollectionT contains a specific value. (Inherited from ICollectionKeyValuePairGuid, IDataHubCategoryItems.) |
 | ContainsKey | (Inherited from IDictionaryGuid, IDataHubCategoryItems.) |
 | CopyTo | (Inherited from ICollectionKeyValuePairGuid, IDataHubCategoryItems.) |
 | GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from IEnumerableKeyValuePairGuid, IDataHubCategoryItems.) |
 | Remove(TKey) | (Inherited from IDictionaryGuid, IDataHubCategoryItems.) |
 | Remove(T) | Removes the first occurrence of a specific object from the ICollectionT. (Inherited from ICollectionKeyValuePairGuid, IDataHubCategoryItems.) |
 | TryGetValue | Gets the value associated with the specified key. (Inherited from IDictionaryGuid, IDataHubCategoryItems.) |
Top
See Also