Метод | Описание | |
---|---|---|
Get ( string namePrefix, DefinedValueCache currencyType, DefinedValueCache creditCardType, System.DateTime transactionDate, System.TimeSpan batchTimeOffset, List |
Gets the specified name prefix.
|
|
Get ( string namePrefix, string nameSuffix, DefinedValueCache currencyType, DefinedValueCache creditCardType, System.DateTime transactionDate, System.TimeSpan batchTimeOffset, List |
Gets the specified name prefix.
|
|
GetByNameAndDate ( string batchName, System.DateTime transactionDate, System.TimeSpan batchTimeOffset, List |
Gets the by name and date.
|
public Get ( string namePrefix, DefinedValueCache currencyType, DefinedValueCache creditCardType, System.DateTime transactionDate, System.TimeSpan batchTimeOffset, List |
||
namePrefix | string | The name prefix. |
currencyType | DefinedValueCache | Type of the currency. |
creditCardType | DefinedValueCache | Type of the credit card. |
transactionDate | System.DateTime | The transaction date. |
batchTimeOffset | System.TimeSpan | The batch time offset. |
batches | List |
The batches. |
Результат | FinancialBatch |
public Get ( string namePrefix, string nameSuffix, DefinedValueCache currencyType, DefinedValueCache creditCardType, System.DateTime transactionDate, System.TimeSpan batchTimeOffset, List |
||
namePrefix | string | The name prefix. |
nameSuffix | string | The name suffix. |
currencyType | DefinedValueCache | Type of the currency. |
creditCardType | DefinedValueCache | Type of the credit card. |
transactionDate | System.DateTime | The transaction date. |
batchTimeOffset | System.TimeSpan | The batch time offset. |
batches | List |
The batches. |
Результат | FinancialBatch |
public GetByNameAndDate ( string batchName, System.DateTime transactionDate, System.TimeSpan batchTimeOffset, List |
||
batchName | string | Name of the batch. |
transactionDate | System.DateTime | The transaction date. |
batchTimeOffset | System.TimeSpan | The batch time offset. |
batches | List |
The batches. |
Результат | FinancialBatch |