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