Method GetTransactions
GetTransactions<TTransaction>(ICollection<TTransaction>)
Gets the transactions of type TTransaction.
Declaration
public int GetTransactions<TTransaction>(ICollection<TTransaction> target = null) where TTransaction : BaseTransaction
Parameters
| Type | Name | Description |
|---|---|---|
| ICollection<TTransaction> | target | The list contains the transaction found in the catalog. |
Returns
| Type | Description |
|---|---|
| int | The number of items copied |
Type Parameters
| Name | Description |
|---|---|
| TTransaction | The transaction type to use as a filter. |