C# 클래스 Rock.Model.FinancialTransactionDetailService

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

공개 메소드들

메소드 설명
GetGifts ( ) : IQueryable

Gets the gifts.

GetGivingAnalyticsAccountTotals ( System.DateTime start, System.DateTime end, List accountIds, List currencyTypeIds, List sourceTypeIds ) : DataSet

Gets the giving analytics account totals.

GetGivingAnalyticsFirstLastEverDates ( ) : DataSet

Gets the giving analytics first last ever dates.

GetGivingAnalyticsPersonSummary ( System.DateTime start, System.DateTime end, decimal minAmount, decimal maxAmount, List accountIds, List currencyTypeIds, List sourceTypeIds ) : DataSet

Gets the giving analytics person summary.

GetGivingAnalyticsTransactionData ( System.DateTime start, System.DateTime end, List accountIds, List currencyTypeIds, List sourceTypeIds ) : DataSet

Gets the giving analytics transaction data.

비공개 메소드들

메소드 설명
GetGivingAnalyticsParameters ( System.DateTime start, System.DateTime end, decimal minAmount, decimal maxAmount, List accountIds, List currencyTypeIds, List sourceTypeIds ) : object>.Dictionary

메소드 상세

GetGifts() 공개 메소드

Gets the gifts.
public GetGifts ( ) : IQueryable
리턴 IQueryable

GetGivingAnalyticsAccountTotals() 공개 정적인 메소드

Gets the giving analytics account totals.
public static GetGivingAnalyticsAccountTotals ( System.DateTime start, System.DateTime end, List accountIds, List currencyTypeIds, List sourceTypeIds ) : DataSet
start System.DateTime The start.
end System.DateTime The end.
accountIds List The account ids.
currencyTypeIds List The currency type ids.
sourceTypeIds List The source type ids.
리턴 System.Data.DataSet

GetGivingAnalyticsFirstLastEverDates() 공개 정적인 메소드

Gets the giving analytics first last ever dates.
public static GetGivingAnalyticsFirstLastEverDates ( ) : DataSet
리턴 System.Data.DataSet

GetGivingAnalyticsPersonSummary() 공개 정적인 메소드

Gets the giving analytics person summary.
public static GetGivingAnalyticsPersonSummary ( System.DateTime start, System.DateTime end, decimal minAmount, decimal maxAmount, List accountIds, List currencyTypeIds, List sourceTypeIds ) : DataSet
start System.DateTime The start.
end System.DateTime The end.
minAmount decimal The minimum amount.
maxAmount decimal The maximum amount.
accountIds List The account ids.
currencyTypeIds List The currency type ids.
sourceTypeIds List The source type ids.
리턴 System.Data.DataSet

GetGivingAnalyticsTransactionData() 공개 정적인 메소드

Gets the giving analytics transaction data.
public static GetGivingAnalyticsTransactionData ( System.DateTime start, System.DateTime end, List accountIds, List currencyTypeIds, List sourceTypeIds ) : DataSet
start System.DateTime The start.
end System.DateTime The end.
accountIds List The account ids.
currencyTypeIds List The currency type ids.
sourceTypeIds List The source type ids.
리턴 System.Data.DataSet