ProjectTimesheetLinesDataSet.ProjectTimesheetLinesDataTable.AddProjectTimesheetLinesRow Method
Adds a ProjectTimesheetLinesRow to the ProjectTimesheetLinesDataTable.
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 AddProjectTimesheetLinesRow ( _
row As ProjectTimesheetLinesDataSet.ProjectTimesheetLinesRow _
)
'Usage
Dim instance As ProjectTimesheetLinesDataSet.ProjectTimesheetLinesDataTable
Dim row As ProjectTimesheetLinesDataSet.ProjectTimesheetLinesRow
instance.AddProjectTimesheetLinesRow(row)
public void AddProjectTimesheetLinesRow(
ProjectTimesheetLinesDataSet.ProjectTimesheetLinesRow row
)
Parameters
- row
Type: [TimeSheet Web service].ProjectTimesheetLinesDataSet.ProjectTimesheetLinesRow
The project timesheet lines row that is to be added.
Remarks
The AddProjectTimesheetLinesRow method signature is overloaded as follows:
Third-party developers should use the overload that has a single ProjectTimesheetLinesDataSet.ProjectTimesheetLinesRow parameter, for example, AddProjectTimesheetLinesRow(ProjectTimesheetLinesDataSet.ProjectTimesheetLinesRow row).
The Object Explorer in Microsoft Visual Studio shows another overload that uses individual parameters for all fields in ProjectTimesheetLinesRow. The overload is used internally.
public ProjectTimesheetLinesRow AddProjectTimesheetLinesRow ( Guid TS_LINE_UID, Guid TS_UID, string TS_NAME, string PROJ_NAME, string RES_NAME, Guid MGR_UID, string MGR_NAME, string TASK_NAME, Guid TS_CREATOR_RES_UID, Guid RES_UID, Guid WPRD_UID, Guid ASSN_UID, Guid TASK_UID, Guid PROJ_UID, Guid TS_LINE_CLASS_UID, string TS_LINE_COMMENT, byte TS_LINE_VALIDATION_TYPE, string TS_LINE_CACHED_ASSIGN_NAME, string TS_LINE_CACHED_PROJ_NAME, string TS_LINE_CACHED_PROJ_REVISION_COUNTER, string TS_LINE_CACHED_PROJ_REVISION_RANK, string TS_LINE_IS_CACHED, decimal TS_LINE_ACT_SUM_VALUE, Guid TS_LINE_APPROVER_UID, string TS_LINE_CACHED_APPROVER_RES_NAME, byte TS_LINE_STATUS, decimal TS_LINE_ASSN_LAST_WORK, string TS_LINE_TASK_HIERARCHY )
See Also
Reference
ProjectTimesheetLinesDataSet.ProjectTimesheetLinesDataTable Class
ProjectTimesheetLinesDataSet.ProjectTimesheetLinesDataTable Members