[This is preliminary documentation and is subject to change.]
The constructor that creates the object by taking an object of the superclass.
Namespace:
OfficeClip.BusinessLayer.TEAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
| C# |
|---|
public ExpenseAirfareInfo( ExpenseDetailInfo edi ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ edi As ExpenseDetailInfo _ ) |
| Visual C++ |
|---|
public: ExpenseAirfareInfo( ExpenseDetailInfo^ edi ) |
Parameters
- edi
- Type: OfficeClip.BusinessLayer.TE..::.ExpenseDetailInfo
The expense detail specification.
