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

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

Syntax


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

Type Parameters

ItemType

Inheritance Hierarchy


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