Method FindTransaction
FindTransaction<TTransaction>(string)
Get a BaseTransaction from its identifier.
Declaration
public TTransaction FindTransaction<TTransaction>(string transactionKey) where TTransaction : BaseTransaction
Parameters
Type | Name | Description |
---|---|---|
string | transactionKey | The identifier of the transaction definition to get. |
Returns
Type | Description |
---|---|
TTransaction | If found, returns the BaseTransaction object, otherwise null |
Type Parameters
Name | Description |
---|---|
TTransaction |