C# Класс Rock.Model.FinancialBatchService

Service/Data access class for Rock.Model.FinancialBatch entity objects.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Get ( string namePrefix, DefinedValueCache currencyType, DefinedValueCache creditCardType, System.DateTime transactionDate, System.TimeSpan batchTimeOffset, List batches = null ) : FinancialBatch

Gets the specified name prefix.

Get ( string namePrefix, string nameSuffix, DefinedValueCache currencyType, DefinedValueCache creditCardType, System.DateTime transactionDate, System.TimeSpan batchTimeOffset, List batches = null ) : FinancialBatch

Gets the specified name prefix.

GetByNameAndDate ( string batchName, System.DateTime transactionDate, System.TimeSpan batchTimeOffset, List batches = null ) : FinancialBatch

Gets the by name and date.

Описание методов

Get() публичный метод

Gets the specified name prefix.
public Get ( string namePrefix, DefinedValueCache currencyType, DefinedValueCache creditCardType, System.DateTime transactionDate, System.TimeSpan batchTimeOffset, List batches = null ) : FinancialBatch
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

Get() публичный метод

Gets the specified name prefix.
public Get ( string namePrefix, string nameSuffix, DefinedValueCache currencyType, DefinedValueCache creditCardType, System.DateTime transactionDate, System.TimeSpan batchTimeOffset, List batches = null ) : FinancialBatch
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

GetByNameAndDate() публичный метод

Gets the by name and date.
public GetByNameAndDate ( string batchName, System.DateTime transactionDate, System.TimeSpan batchTimeOffset, List batches = null ) : FinancialBatch
batchName string Name of the batch.
transactionDate System.DateTime The transaction date.
batchTimeOffset System.TimeSpan The batch time offset.
batches List The batches.
Результат FinancialBatch