C# Class Rock.Model.FinancialTransactionDetailService

Service/Data access class for Rock.Model.FinancialTransactionDetail entity objects.
Mostrar archivo Open project: NewSpring/Rock Class Usage Examples

Public Methods

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

Private Methods

Method Description
GetGivingAnalyticsParameters ( System.DateTime start, System.DateTime end, decimal minAmount, decimal maxAmount, List accountIds, List currencyTypeIds, List sourceTypeIds ) : object>.Dictionary

Method Details

GetGifts() public method

Gets the gifts.
public GetGifts ( ) : IQueryable
return IQueryable

GetGivingAnalyticsAccountTotals() public static method

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.
return System.Data.DataSet

GetGivingAnalyticsFirstLastEverDates() public static method

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

GetGivingAnalyticsPersonSummary() public static method

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.
return System.Data.DataSet

GetGivingAnalyticsTransactionData() public static method

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.
return System.Data.DataSet