C# 클래스 Rock.Model.FinancialBatchService

Service/Data access class for Rock.Model.FinancialBatch entity objects.
파일 보기 프로젝트 열기: NewSpring/Rock 1 사용 예제들

공개 메소드들

메소드 설명
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