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