[This is preliminary documentation and is subject to change.]
Inserts all the information related to a expense types.
Namespace:
OfficeClip.DBLayer.TEAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public int UpdateExpenseTypeInfo( ExpenseTypeInfo etyi ) |
Visual Basic (Declaration) |
---|
Public Function UpdateExpenseTypeInfo ( _ etyi As ExpenseTypeInfo _ ) As Integer |
Visual C++ |
---|
public: int UpdateExpenseTypeInfo( ExpenseTypeInfo^ etyi ) |
Parameters
- etyi
- Type: OfficeClip.BusinessLayer.TE..::.ExpenseTypeInfo
Instance of the ExpenseTypeInfo object containing all the expense types information. ExpenseTypeInfo