TimesheetDataSet.LinesDataTable.AddLinesRow Method
Adds a LinesRow object to the LinesDataTable object.
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 AddLinesRow ( _
row As TimesheetDataSet.LinesRow _
)
'Usage
Dim instance As TimesheetDataSet.LinesDataTable
Dim row As TimesheetDataSet.LinesRow
instance.AddLinesRow(row)
public void AddLinesRow(
TimesheetDataSet.LinesRow row
)
Parameters
- row
Type: [TimeSheet Web service].TimesheetDataSet.LinesRow
The lines row to add.
Remarks
The AddLinesRow method signature is overloaded as follows:
Third-party developers should use the overload that has a single TimesheetDataSet.LinesRow parameter, for example, AddLinesRow(TimesheetDataSet.LinesRow row).
The Object Explorer in Microsoft Visual Studio shows another overload that uses individual parameters for all fields in LinesRow. The overload is used internally.
public LinesRow AddLinesRow( System.Guid TS_LINE_UID, HeadersRow parentHeadersRowByHeaders_Lines, System.Guid ASSN_UID, System.Guid TASK_UID, System.Guid PROJ_UID, System.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, byte TS_LINE_STATUS)
See Also
Reference
TimesheetDataSet.LinesDataTable Class