AddDNFCodeSetup | Adds a DNF code. |
DeleteDNFCodeSetup | Deletes an existing DNF code.
The DNF code is specified by its key (AbsEntry), which is contained in the DNFCodeSetupParams object passed to the method. |
GetDataInterface | Creates an empty data structure for use with the DNFCodeSetupService. |
GetDataInterfaceFromXMLFile | Creates an object from an XML file. |
GetDataInterfaceFromXMLString | Creates an object from XML. |
GetDNFCodeSetup | Retrieves a DNF code.
The DNF code is specified by its key (AbsEntry), which is contained in the DNFCodeSetupParams object passed to the method. |
GetDNFCodeSetupList | Retrieves the keys and names of all the DNF codes. |
UpdateDNFCodeSetup | Updates an existing DNF code.
The data for the DNF code, including the key of the DNF code to be updated, is contained in the DNFCodeSetup object passed to the method. To update a DNF code, you must first retrieve it using the GetDNFCodeSetup method. |