[This is preliminary documentation and is subject to change.]
marks the timesheet details to be modified
Namespace:
OfficeClip.DBLayer.TEAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
C# |
---|
protected void markTimesheetDetailModified( TimesheetInfo ti, ref TimesheetInfo tiOld ) |
Visual Basic (Declaration) |
---|
Protected Sub markTimesheetDetailModified ( _ ti As TimesheetInfo, _ ByRef tiOld As TimesheetInfo _ ) |
Visual C++ |
---|
protected: void markTimesheetDetailModified( TimesheetInfo^ ti, TimesheetInfo^% tiOld ) |
Parameters
- tiOld
- Type: OfficeClip.BusinessLayer.TE..::.TimesheetInfo%