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

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

Syntax


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

Type Parameters

ItemType

Inheritance Hierarchy


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