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

Gets the expense types for expenseId, if the expenseId is -1 then gets the expense types for the groupId.

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

Syntax

C#
public GroupExpenseTypeInfo GetExpenseTypesInfoForExpenseId(
	int groupId,
	int expenseId
)
Visual Basic (Declaration)
Public Function GetExpenseTypesInfoForExpenseId ( _
	groupId As Integer, _
	expenseId As Integer _
) As GroupExpenseTypeInfo
Visual C++
public:
GroupExpenseTypeInfo^ GetExpenseTypesInfoForExpenseId(
	int groupId, 
	int expenseId
)

Parameters

groupId
Type: System..::.Int32
Unique Id of the group
expenseId
Type: System..::.Int32
Id of the expense for which all the information needs to be retrieved.

Return Value

Instance of the GroupExpenseTypeInfo object containing all the information of expense types related to a particular expense. GroupExpenseTypeInfo

See Also