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

Gets all the details related to a particular expense identified by ExpenseId.

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

Syntax

C#
public ExpenseInfo GetExpenseInfo(
	int expenseId
)
Visual Basic (Declaration)
Public Function GetExpenseInfo ( _
	expenseId As Integer _
) As ExpenseInfo
Visual C++
public:
ExpenseInfo^ GetExpenseInfo(
	int expenseId
)

Parameters

expenseId
Type: System..::.Int32
Id of the expense for which all the details of the expense are to be retrieved.

Return Value

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

See Also