TimesheetListDataSet.TimesheetsDataTable.AddTimesheetsRow Method
Adds a TimesheetsRow object to the TimesheetsDataTable.
Namespace: [TimeSheet Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/TimeSheet.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/TimeSheet.asmx?wsdl
Syntax
'Declaration
Public Sub AddTimesheetsRow ( _
row As TimesheetListDataSet.TimesheetsRow _
)
'Usage
Dim instance As TimesheetListDataSet.TimesheetsDataTable
Dim row As TimesheetListDataSet.TimesheetsRow
instance.AddTimesheetsRow(row)
public void AddTimesheetsRow(
TimesheetListDataSet.TimesheetsRow row
)
Parameters
- row
Type: [TimeSheet Web service].TimesheetListDataSet.TimesheetsRow
The timesheets row to add.
Remarks
The AddTimesheetsRow method signature is overloaded as follows:
Third-party developers should use the overload that has a single TimesheetListDataSet.TimesheetsRow parameter, for example, AddTimesheetsRow(TimesheetListDataSet.TimesheetsRow row).
The Object Explorer in Microsoft Visual Studio shows another overload that uses individual parameters for all fields in TimesheetsRow. The overload is used internally.
public TimesheetsRow AddTimesheetsRow( System.Guid TS_UID, System.Guid RES_UID, System.Guid TS_CREATOR_RES_UID, string TS_NAME, string TLastActionComment, string TLastActionCachedResName, System.Guid WPRD_UID, string WPRD_NAME, System.DateTime WPRD_START_DATE, System.DateTime WPRD_FINISH_DATE, string TS_CACHED_RES_NAME, byte TS_STATUS_ENUM, decimal TS_TOTAL_ACT_VALUE, decimal TS_TOTAL_ACT_OVT_VALUE, decimal TS_TOTAL_ACT_NON_BILLABLE_VALUE, decimal TS_TOTAL_ACT_NON_BILLABLE_OVT_VALUE, decimal TS_GRAND_TOTAL_ACT_VALUE, System.Guid RES_TIMESHEET_MGR_UID, int TS_QUEUE_COUNTER, int TS_AUX_STATUS, System.Guid TS_JOB_UID)
See Also
Reference
TimesheetListDataSet.TimesheetsDataTable Class