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