C# Class Rock.Model.FinancialPledgeService

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

Public Methods

Method Description
GetPledgeAnalytics ( int accountId, System.DateTime start, System.DateTime end, decimal minAmountPledged, decimal maxAmountPledged, decimal minComplete, decimal maxComplete, decimal minAmountGiven, decimal maxAmountGiven, bool includePledges, bool includeGifts ) : DataSet

Gets the pledge analytics.

Method Details

GetPledgeAnalytics() public static method

Gets the pledge analytics.
public static GetPledgeAnalytics ( int accountId, System.DateTime start, System.DateTime end, decimal minAmountPledged, decimal maxAmountPledged, decimal minComplete, decimal maxComplete, decimal minAmountGiven, decimal maxAmountGiven, bool includePledges, bool includeGifts ) : DataSet
accountId int The account identifier.
start System.DateTime The start.
end System.DateTime The end.
minAmountPledged decimal The minimum amount pledged.
maxAmountPledged decimal The maximum amount pledged.
minComplete decimal The minimum complete.
maxComplete decimal The maximum complete.
minAmountGiven decimal The minimum amount given.
maxAmountGiven decimal The maximum amount given.
includePledges bool if set to true [include pledges].
includeGifts bool if set to true [include gifts].
return System.Data.DataSet