[This is preliminary documentation and is subject to change.]
Gets all the details for an hotel type expense detail item
based on the ExpenseId and ExpenseDetailId specified in the
the ExpenseHotelInfo object as input.
Namespace:
OfficeClip.DBLayer.TEAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
| C# |
|---|
public ExpenseHotelInfo GetHotelExpenseDetailInfo( ExpenseHotelInfo ehti ) |
| Visual Basic (Declaration) |
|---|
Public Function GetHotelExpenseDetailInfo ( _ ehti As ExpenseHotelInfo _ ) As ExpenseHotelInfo |
| Visual C++ |
|---|
public: ExpenseHotelInfo^ GetHotelExpenseDetailInfo( ExpenseHotelInfo^ ehti ) |
Parameters
- ehti
- Type: OfficeClip.BusinessLayer.TE..::.ExpenseHotelInfo
Instance of the ExpenseHotelInfo object containing the ExpenseId and ExpenseDetailId corresponding to which the details of a particular Hotel expense item are to be retrieved.
