ImportTimesheetDataSet.LinesDataTable.AddLinesRow Method (Guid, Guid, Guid, String, String, Guid, String, Double, Double, Double, Int32, String)
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl
Syntax
'Declaration
Public Function AddLinesRow ( _
TS_LINE_UID As Guid, _
ASSN_UID As Guid, _
PROJ_UID As Guid, _
TASK_NAME As String, _
PROJ_NAME As String, _
TS_LINE_CLASS_UID As Guid, _
TS_LINE_CLASS_NAME As String, _
TS_LINE_ACT_SUM_VALUE As Double, _
ASSN_ACT_WORK As Double, _
ASSN_WORK As Double, _
ASSN_PCT_WORK_COMPLETE As Integer, _
TS_LINE_COMMENT As String _
) As ImportTimesheetDataSet.LinesRow
'Usage
Dim instance As ImportTimesheetDataSet.LinesDataTable
Dim TS_LINE_UID As Guid
Dim ASSN_UID As Guid
Dim PROJ_UID As Guid
Dim TASK_NAME As String
Dim PROJ_NAME As String
Dim TS_LINE_CLASS_UID As Guid
Dim TS_LINE_CLASS_NAME As String
Dim TS_LINE_ACT_SUM_VALUE As Double
Dim ASSN_ACT_WORK As Double
Dim ASSN_WORK As Double
Dim ASSN_PCT_WORK_COMPLETE As Integer
Dim TS_LINE_COMMENT As String
Dim returnValue As ImportTimesheetDataSet.LinesRow
returnValue = instance.AddLinesRow(TS_LINE_UID, _
ASSN_UID, PROJ_UID, TASK_NAME, PROJ_NAME, _
TS_LINE_CLASS_UID, TS_LINE_CLASS_NAME, _
TS_LINE_ACT_SUM_VALUE, ASSN_ACT_WORK, _
ASSN_WORK, ASSN_PCT_WORK_COMPLETE, _
TS_LINE_COMMENT)
public ImportTimesheetDataSet.LinesRow AddLinesRow(
Guid TS_LINE_UID,
Guid ASSN_UID,
Guid PROJ_UID,
string TASK_NAME,
string PROJ_NAME,
Guid TS_LINE_CLASS_UID,
string TS_LINE_CLASS_NAME,
double TS_LINE_ACT_SUM_VALUE,
double ASSN_ACT_WORK,
double ASSN_WORK,
int ASSN_PCT_WORK_COMPLETE,
string TS_LINE_COMMENT
)
Parameters
- TS_LINE_UID
Type: System.Guid
- ASSN_UID
Type: System.Guid
- PROJ_UID
Type: System.Guid
- TASK_NAME
Type: System.String
- PROJ_NAME
Type: System.String
- TS_LINE_CLASS_UID
Type: System.Guid
- TS_LINE_CLASS_NAME
Type: System.String
- TS_LINE_ACT_SUM_VALUE
Type: System.Double
- ASSN_ACT_WORK
Type: System.Double
- ASSN_WORK
Type: System.Double
- ASSN_PCT_WORK_COMPLETE
Type: System.Int32
- TS_LINE_COMMENT
Type: System.String
Return Value
Type: [Statusing Web service].ImportTimesheetDataSet.LinesRow
Returns .
See Also
Reference
ImportTimesheetDataSet.LinesDataTable Class