This section describes the contents of parameter objects. Most object parameters map directly to the record fields described above.
/* Parameter Object Prototype */
Class parameter {
var $N; // Only with mgd_list_XXX functions.
var $id;
var $domain;
var $name;
var $value;
}
|