AddCategory | Adds an account category. |
 DeleteCategory | Deletes a category from the Balance Sheet or Profit and Loss report. |
 GetCategory | Returns an instance of AccountCategory object according to the specified AccountCatgoryParams object (CategoryCode, CategoryName). |
 GetCategoryList | Returns an AccountCategoriesParams collection holding all existing instances of AccountCategory object in the collection. |
 GetDataInterface | Creates an empty data structure. This means the structure contains the default setting/values of the database. |
 GetDataInterfaceFromXMLFile | Creates a data structure from a specified XML file. |
 GetDataInterfaceFromXMLString | Creates a data structure from a specified XML string. |
 UpdateCategory | Replaces an instance of AccountCategory object with a new one. |
Â