methods related to form letters for Conference Module
More...
|
static Boolean | FillFormDataFromExtract (Int64 AEventPartnerKey, Int32 AExtractId, TFormLetterInfo AFormLetterInfo, out List< TFormData >AFormDataList) |
| Fills a Form Letter from Extract More...
|
|
static Boolean | FillFormDataForAllAttendees (Int64 AEventPartnerKey, TFormLetterInfo AFormLetterInfo, out List< TFormData >AFormDataList) |
| Fills a Form Letter from Extract More...
|
|
static TFormDataAttendee | FillFormDataFromAttendee (Int64 AEventPartnerKey, Int64 APartnerKey, TFormDataAttendee AFormDataAttendee, TFormLetterInfo AFormLetterInfo, Int64 ASiteKey=0, Int32 ALocationKey=0) |
| populate form data for given attendee key This Attendee Data and will also make a call to fill Applicant Data. More...
|
|
static void | FillFormDataFromAttendee (Int64 AEventPartnerKey, Int64 APartnerKey, TFormDataAttendee AFormDataAttendee, TFormLetterInfo AFormLetterInfo, TDBTransaction AReadTransaction, Int64 ASiteKey=0, Int32 ALocationKey=0) |
| populate form data for given attendee key This Attendee Data and will also make a call to fill Applicant Data. More...
|
|
methods related to form letters for Conference Module
◆ FillFormDataForAllAttendees()
static Boolean Ict.Petra.Server.MConference.Conference.WebConnectors.TFormLettersConferenceWebConnector.FillFormDataForAllAttendees |
( |
Int64 |
AEventPartnerKey, |
|
|
TFormLetterInfo |
AFormLetterInfo, |
|
|
out List< TFormData > |
AFormDataList |
|
) |
| |
|
inlinestatic |
Fills a Form Letter from Extract
- Parameters
-
AEventPartnerKey | |
AFormLetterInfo | |
AFormDataList | |
- Returns
◆ FillFormDataFromAttendee() [1/2]
static TFormDataAttendee Ict.Petra.Server.MConference.Conference.WebConnectors.TFormLettersConferenceWebConnector.FillFormDataFromAttendee |
( |
Int64 |
AEventPartnerKey, |
|
|
Int64 |
APartnerKey, |
|
|
TFormDataAttendee |
AFormDataAttendee, |
|
|
TFormLetterInfo |
AFormLetterInfo, |
|
|
Int64 |
ASiteKey = 0 , |
|
|
Int32 |
ALocationKey = 0 |
|
) |
| |
|
inlinestatic |
populate form data for given attendee key This Attendee Data and will also make a call to fill Applicant Data.
- Parameters
-
AEventPartnerKey | Key of event record to be used |
APartnerKey | Key of partner record to be used |
AFormDataAttendee | Attendee object to be filled |
AFormLetterInfo | Info class for form letter |
ASiteKey | Site key for location record |
ALocationKey | Key for location record |
- Returns
- returns list with populated form data
◆ FillFormDataFromAttendee() [2/2]
static void Ict.Petra.Server.MConference.Conference.WebConnectors.TFormLettersConferenceWebConnector.FillFormDataFromAttendee |
( |
Int64 |
AEventPartnerKey, |
|
|
Int64 |
APartnerKey, |
|
|
TFormDataAttendee |
AFormDataAttendee, |
|
|
TFormLetterInfo |
AFormLetterInfo, |
|
|
TDBTransaction |
AReadTransaction, |
|
|
Int64 |
ASiteKey = 0 , |
|
|
Int32 |
ALocationKey = 0 |
|
) |
| |
|
inlinestatic |
populate form data for given attendee key This Attendee Data and will also make a call to fill Applicant Data.
- Parameters
-
AEventPartnerKey | Key of event record to be used |
APartnerKey | Key of partner record to be used |
AFormDataAttendee | Attendee object to be filled |
AFormLetterInfo | Info class for form letter |
AReadTransaction | DB Transaction |
ASiteKey | Site key for location record |
ALocationKey | Key for location record |
- Returns
- returns list with populated form data
◆ FillFormDataFromExtract()
static Boolean Ict.Petra.Server.MConference.Conference.WebConnectors.TFormLettersConferenceWebConnector.FillFormDataFromExtract |
( |
Int64 |
AEventPartnerKey, |
|
|
Int32 |
AExtractId, |
|
|
TFormLetterInfo |
AFormLetterInfo, |
|
|
out List< TFormData > |
AFormDataList |
|
) |
| |
|
inlinestatic |
Fills a Form Letter from Extract
- Parameters
-
AEventPartnerKey | |
AExtractId | |
AFormLetterInfo | |
AFormDataList | |
- Returns
The documentation for this class was generated from the following file: