Eventmember records create associations between events and persons.
An eventmember record contains linkage information between events and persons.
Fields of an eventmember record
The id of the eventmember record.
The id of the event the eventmember record belongs to.
The id of the person the eventmember record belongs to.
An integer.
An integer.
A freeform information field.
The id of the sitegroup this evenmember records is in.
This section the contents of event objects. Most object parameters map directly to the record fields described above.
The functions listed within the object definition are the object methods that are available for the object. Usage information about those methods can be found in Object Methods.
/* Eventmember Object Prototype */ Class eventmember { var $N; # Only with mgd_list_XXX functions. var $id; var $eid; var $uid; var $extra; var $sitegroup; function fetch(); function create(); function update(); function delete(); function createattachment(); function updateattachment(); function deleteattachment(); function listattachments(); function getattachment(); function openattachment(); function serveattachment(); function parameter(); function searchparameters(); function listparameters(); function getsitegroup(); function setsitegroup(); }