Click or drag to resize

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)
Syntax
public interface IDataHubCategories : IDictionary<Guid, IDataHubCategoryItems>, 
	ICollection<KeyValuePair<Guid, IDataHubCategoryItems>>, IEnumerable<KeyValuePair<Guid, IDataHubCategoryItems>>, 
	IEnumerable

The IDataHubCategories type exposes the following members.

Properties
  NameDescription
Public propertyCount (Inherited from ICollectionKeyValuePairGuid, IDataHubCategoryItems.)
Public propertyIsReadOnly (Inherited from ICollectionKeyValuePairGuid, IDataHubCategoryItems.)
Public propertyItem
Gets or sets the element with the specified key.
(Inherited from IDictionaryGuid, IDataHubCategoryItems.)
Public propertyKeys (Inherited from IDictionaryGuid, IDataHubCategoryItems.)
Public propertyValues (Inherited from IDictionaryGuid, IDataHubCategoryItems.)
Top
Methods
  NameDescription
Public methodAdd(T) (Inherited from ICollectionKeyValuePairGuid, IDataHubCategoryItems.)
Public methodAdd(TKey, TValue) (Inherited from IDictionaryGuid, IDataHubCategoryItems.)
Public methodAddCategories
Public methodAddCategory(Guid, IDataHubCategoryItems)
Public methodAddCategory(Guid, Object, Object)
Public methodClear (Inherited from ICollectionKeyValuePairGuid, IDataHubCategoryItems.)
Public methodContains (Inherited from ICollectionKeyValuePairGuid, IDataHubCategoryItems.)
Public methodContainsKey (Inherited from IDictionaryGuid, IDataHubCategoryItems.)
Public methodCopyTo (Inherited from ICollectionKeyValuePairGuid, IDataHubCategoryItems.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerableKeyValuePairGuid, IDataHubCategoryItems.)
Public methodRemove(TKey) (Inherited from IDictionaryGuid, IDataHubCategoryItems.)
Public methodRemove(T) (Inherited from ICollectionKeyValuePairGuid, IDataHubCategoryItems.)
Public methodTryGetValue
Gets the value associated with the specified key.
(Inherited from IDictionaryGuid, IDataHubCategoryItems.)
Top
See Also