Add | Adds a depreciation area. |
Delete | Deletes an existing depreciation area. |
Get | Retrieves a depreciation area.
The depreciation area is specified by its key, which is contained in the DepreciationAreaParams object passed to the method. |
GetDataInterface | Creates an empty data structure for use with the DepreciationAreasService. |
GetDataInterfaceFromXMLFile | GetDataInterfaceFromXMLFile |
GetDataInterfaceFromXMLString | GetDataInterfaceFromXMLString |
GetList | Returns the DepreciationAreaParamsCollection data collection that identifies all depreciation areas. |
Update | Updates an existing depreciation area.
The data for the depreciation area, including the key of the depreciation area to be updated, is contained in the DepreciationArea object passed to the method. To update a depreciation area, you must first retrieve it using the Get method. |