Add | Adds an asset class. |
Delete | Deletes an existing asset class. |
Get | Retrieves an asset class.
The asset class is specified by its key, which is contained in the AssetClassParams object passed to the method. |
GetDataInterface | Creates an empty data structure for use with the AssetClassesService. |
GetDataInterfaceFromXMLFile | Creates an object from an XML file. |
GetDataInterfaceFromXMLString | Creates an object from XML. |
GetList | Returns the AssetClassParamsCollection data collection that identifies all asset classes. |
Update | Updates an existing asset class.
The data for the asset class, including the key of the asset class to be updated, is contained in the AssetClass object passed to the method. To update an asset class, you must first retrieve it using the Get method. |