OpenPetra
Free Administration Software for Non-Profits
|
todoComment More...
Public Member Functions | |
delegate DataTable | TGetCacheableMailingTable (TCacheableMailingTablesEnum ACacheableTable) |
Delegate for retrieving data of a cacheable mailing table More... | |
delegate DataTable | TGetCacheablePartnerTable (TCacheablePartnerTablesEnum ACacheableTable) |
Delegate for retrieving data of a cacheable partner table More... | |
delegate DataTable | TGetCacheableSubscriptionsTable (TCacheableSubscriptionsTablesEnum ACacheableTable) |
Delegate for retrieving data of a cacheable subscriptions table More... | |
delegate string | TGetPartnerCalculationsCertainPartnerAttributeKinds (PPartnerAttributeTypeTable APPartnerAttributeTypeDT=null, TGetCacheableDataTableFromCache ACacheRetriever=null) |
Delegate for retrieving all p_partner_attribute_type records that are of a certain kind. More... | |
Static Public Member Functions | |
static DataTable | GetCacheableMailingTable (TCacheableMailingTablesEnum ACacheableTable) |
retrieve cacheable mailing table More... | |
static DataTable | GetCacheablePartnerTable (TCacheablePartnerTablesEnum ACacheableTable) |
retrieve cacheable partner table More... | |
static DataTable | GetCacheableSubscriptionsTable (TCacheableSubscriptionsTablesEnum ACacheableTable) |
retrieve cacheable Subscriptions table More... | |
Properties | |
static TGetCacheableMailingTable | GetCacheableMailingTableDelegate [get, set] |
This property is used to provide a function which retrieves data of a cacheable mailing table More... | |
static TGetCacheablePartnerTable | GetCacheablePartnerTableDelegate [get, set] |
This property is used to provide a function which retrieves data of a cacheable partner table More... | |
static TGetCacheableSubscriptionsTable | GetCacheableSubscriptionsTableDelegate [get, set] |
This property is used to provide a function which retrieves data of a cacheable Subscriptions table More... | |
todoComment
|
inlinestatic |
retrieve cacheable mailing table
ACacheableTable | enum that defines mailing table to be returned |
|
inlinestatic |
retrieve cacheable partner table
ACacheableTable | enum that defines partner table to be returned |
|
inlinestatic |
retrieve cacheable Subscriptions table
ACacheableTable | enum that defines Subscriptions table to be returned |
delegate DataTable Ict.Petra.Shared.TSharedDataCache.TMPartner.TGetCacheableMailingTable | ( | TCacheableMailingTablesEnum | ACacheableTable | ) |
Delegate for retrieving data of a cacheable mailing table
delegate DataTable Ict.Petra.Shared.TSharedDataCache.TMPartner.TGetCacheablePartnerTable | ( | TCacheablePartnerTablesEnum | ACacheableTable | ) |
Delegate for retrieving data of a cacheable partner table
delegate DataTable Ict.Petra.Shared.TSharedDataCache.TMPartner.TGetCacheableSubscriptionsTable | ( | TCacheableSubscriptionsTablesEnum | ACacheableTable | ) |
Delegate for retrieving data of a cacheable subscriptions table
delegate string Ict.Petra.Shared.TSharedDataCache.TMPartner.TGetPartnerCalculationsCertainPartnerAttributeKinds | ( | PPartnerAttributeTypeTable | APPartnerAttributeTypeDT = null , |
TGetCacheableDataTableFromCache | ACacheRetriever = null |
||
) |
Delegate for retrieving all p_partner_attribute_type records that are of a certain kind.
|
staticgetset |
This property is used to provide a function which retrieves data of a cacheable mailing table
The Delegate is set up at the start of the application.
|
staticgetset |
This property is used to provide a function which retrieves data of a cacheable partner table
The Delegate is set up at the start of the application.
|
staticgetset |
This property is used to provide a function which retrieves data of a cacheable Subscriptions table
The Delegate is set up at the start of the application.