AddNCMCodeSetup | Adds an NCM code. |
DeleteNCMCodeSetup | Deletes an existing NCM code.
The NCM code is specified by its key (AbsEntry), which is contained in the NCMCodeSetupParams object passed to the method. |
GetDataInterface | Creates an empty data structure for use with the NCMCodesSetupService. |
GetDataInterfaceFromXMLFile | Creates an object from an XML file. |
GetDataInterfaceFromXMLString | Creates an object from XML. |
GetNCMCodeSetup | Retrieves an NCM code.
The NCM code is specified by its key (AbsEntry), which is contained in the NCMCodeSetupParams object passed to the method. |
GetNCMCodeSetupList | Retrieves the keys and names of all the NCM codes. |
UpdateNCMCodeSetup | Updates an existing NCM code.
The data for the NCM code, including the key of the NCM code to be updated, is contained in the NCMCodeSetup object passed to the method. To update a NCM code, you must first retrieve it using the GetNCMCodeSetup method. |