C# Class Rock.Model.FinancialBatchService

Service/Data access class for Rock.Model.FinancialBatch entity objects.
Exibir arquivo Open project: NewSpring/Rock Class Usage Examples

Public Methods

Method Description
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.

Method Details

Get() public method

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.
return FinancialBatch

Get() public method

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.
return FinancialBatch

GetByNameAndDate() public method

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.
return FinancialBatch