C# 클래스 Rock.Model.FinancialPledgeService

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

공개 메소드들

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

메소드 상세

GetPledgeAnalytics() 공개 정적인 메소드

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].
리턴 System.Data.DataSet