Method | Description | |
---|---|---|
GetGifts ( ) : IQueryable |
Gets the gifts.
|
|
GetGivingAnalyticsAccountTotals ( System.DateTime start, System.DateTime end, List |
Gets the giving analytics account totals.
|
|
GetGivingAnalyticsFirstLastEverDates ( ) : |
Gets the giving analytics first last ever dates.
|
|
GetGivingAnalyticsPersonSummary ( System.DateTime start, System.DateTime end, decimal minAmount, decimal maxAmount, List |
Gets the giving analytics person summary.
|
|
GetGivingAnalyticsTransactionData ( System.DateTime start, System.DateTime end, List |
Gets the giving analytics transaction data.
|
Method | Description | |
---|---|---|
GetGivingAnalyticsParameters ( System.DateTime start, System.DateTime end, decimal minAmount, decimal maxAmount, List |
public static GetGivingAnalyticsAccountTotals ( System.DateTime start, System.DateTime end, List |
||
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 |
public static GetGivingAnalyticsFirstLastEverDates ( ) : |
||
return |
public static GetGivingAnalyticsPersonSummary ( System.DateTime start, System.DateTime end, decimal minAmount, decimal maxAmount, List |
||
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 |
public static GetGivingAnalyticsTransactionData ( System.DateTime start, System.DateTime end, List |
||
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 |