OpenPetra
Free Administration Software for Non-Profits
Ict.Petra.Server.App.Delegates.TSetupDelegates Class Reference

Sets up Delegates that allow arbitrary code to be called in various server-side DLL's, avoiding 'circular dependencies' between DLL's that need to call Methods in other DLL's (which would also reference the DLL that the call would originate from). More...

Static Public Member Functions

static void Init ()
 Initialize the static variables. Set up Error Codes and Data Validation Delegates for a Web Request. This setting-up makes use of the fact that this Method is called only once, at the start of each Web Request in TOpenPetraOrgSessionManager.Init() More...
 

Detailed Description

Sets up Delegates that allow arbitrary code to be called in various server-side DLL's, avoiding 'circular dependencies' between DLL's that need to call Methods in other DLL's (which would also reference the DLL that the call would originate from).

Member Function Documentation

◆ Init()

static void Ict.Petra.Server.App.Delegates.TSetupDelegates.Init ( )
inlinestatic

Initialize the static variables. Set up Error Codes and Data Validation Delegates for a Web Request. This setting-up makes use of the fact that this Method is called only once, at the start of each Web Request in TOpenPetraOrgSessionManager.Init()


The documentation for this class was generated from the following file: