Click or drag to resize

IDataHubCategoryItems Interface

[Missing <summary> documentation for "T:EBP.Framework.Data.Interfaces.DataHub.IDataHubCategoryItems"]

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 IDataHubCategoryItems : IDictionary<Object, Object>, 
	ICollection<KeyValuePair<Object, Object>>, IEnumerable<KeyValuePair<Object, Object>>, 
	IEnumerable

The IDataHubCategoryItems type exposes the following members.

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