[This is preliminary documentation and is subject to change.]
Inserts all the Comments related to a particular timesheet into the database.
Namespace:
OfficeClip.DBLayer.TEAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public int InsertTimesheetCommentInfo( TimesheetCommentInfo tci, int currentUserId ) |
Visual Basic (Declaration) |
---|
Public Function InsertTimesheetCommentInfo ( _ tci As TimesheetCommentInfo, _ currentUserId As Integer _ ) As Integer |
Visual C++ |
---|
public: int InsertTimesheetCommentInfo( TimesheetCommentInfo^ tci, int currentUserId ) |
Parameters
- tci
- Type: OfficeClip.BusinessLayer.TE..::.TimesheetCommentInfo
Instance of the TimesheetCommentInfo object containing the Comment information related to a particular timesheet.
- currentUserId
- Type: System..::.Int32
The unique id of the current user