Click or drag to resize

IDataHubCategoriesAddCategory Method (Guid, Object, Object)

[Missing <summary> documentation for "M:EBP.Framework.Data.Interfaces.DataHub.IDataHubCategories.AddCategory(System.Guid,System.Object,System.Object)"]

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
void AddCategory(
	Guid category,
	Object id,
	Object data
)

Parameters

category
Type: SystemGuid

[Missing <param name="category"/> documentation for "M:EBP.Framework.Data.Interfaces.DataHub.IDataHubCategories.AddCategory(System.Guid,System.Object,System.Object)"]

id
Type: SystemObject

[Missing <param name="id"/> documentation for "M:EBP.Framework.Data.Interfaces.DataHub.IDataHubCategories.AddCategory(System.Guid,System.Object,System.Object)"]

data
Type: SystemObject

[Missing <param name="data"/> documentation for "M:EBP.Framework.Data.Interfaces.DataHub.IDataHubCategories.AddCategory(System.Guid,System.Object,System.Object)"]

See Also