Category<(Of <(<'ItemType>)>)> Class

Namespace:  JiwaFinancials.Jiwa.JiwaDebtors.Configuration.Category
Assembly:  JiwaDebtors (in JiwaDebtors.dll)

Syntax


public class Category<ItemType> : JiwaCollectionItem<ItemType>, 
	IDebtorCategory
where ItemType : JiwaCollectionItem<ItemType>
Public Class Category(Of ItemType As JiwaCollectionItem(Of ItemType)) _
	Inherits JiwaCollectionItem(Of ItemType) _
	Implements IDebtorCategory
generic<typename ItemType>
where ItemType : JiwaCollectionItem<ItemType>
public ref class Category : public JiwaCollectionItem<ItemType>, 
	IDebtorCategory

Type Parameters

ItemType

Inheritance Hierarchy


Object
  JiwaFinancials.Jiwa.JiwaApplication..::..JiwaCollectionItem<(Of <(<'ItemType>)>)>
    JiwaFinancials.Jiwa.JiwaDebtors.Configuration.Category..::..Category<(Of <(<'ItemType>)>)>