[This is preliminary documentation and is subject to change.]

Gets all the details corresponding to all the expense types as defined in the ExpenseTypes.xml resource file. For more information on how to use and learn more about this please refer to the OfficeClip level 1 customization in the OfficeClip customization document.

Namespace:  OfficeClip.DBLayer.TE
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public DataSet GetExpenseTypes()
Visual Basic (Declaration)
Public Function GetExpenseTypes As DataSet
Visual C++
public:
DataSet^ GetExpenseTypes()

Return Value

DataSet corresponding to the ExpenseTypes.xml resource document.

See Also