Add | Adds a gender. |
Delete | Deletes an existing gender.
The predefined genders in the system cannot be modified. |
Get | Retrieves a gender.
The gender is specified by its key, which is contained in the GendersParams object passed to the method. |
GetDataInterface | Creates an empty data structure for use with the GendersService. |
GetDataInterfaceFromXMLFile | Creates an object from an XML file. |
GetDataInterfaceFromXMLString | Creates an object from XML. |
GetList | Returns the GendersParamsCollection data collection that identifies all genders. |
Update | Updates an existing gender. The predefined genders in the system cannot be modified.
The data for the gender, including the key of the gender to be updated, is contained in the Gender object passed to the method. To update a gender, you must first retrieve it using the Get method. |