Share via


TimesheetDataSet.ActionsDataTable.AddActionsRow Method (Guid, TimesheetDataSet.HeadersRow, Guid, Byte, DateTime, String, String, Boolean, Int32)

This member is reserved for internal use and is not intended to be used directly from your code.

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 Function AddActionsRow ( _
    TS_ACTION_UID As Guid, _
    parentHeadersRowByHeaders_Actions As TimesheetDataSet.HeadersRow, _
    RES_UID As Guid, _
    TS_ACTION_ENUM As Byte, _
    TS_ACTION_DATE As DateTime, _
    TS_ACTION_COMMENT As String, _
    TS_ACTION_CACHED_RES_NAME As String, _
    TS_ACTION_IS_HISTORY As Boolean, _
    TS_ACTION_LEVEL As Integer _
) As TimesheetDataSet.ActionsRow
'Usage
Dim instance As TimesheetDataSet.ActionsDataTable
Dim TS_ACTION_UID As Guid
Dim parentHeadersRowByHeaders_Actions As TimesheetDataSet.HeadersRow
Dim RES_UID As Guid
Dim TS_ACTION_ENUM As Byte
Dim TS_ACTION_DATE As DateTime
Dim TS_ACTION_COMMENT As String
Dim TS_ACTION_CACHED_RES_NAME As String
Dim TS_ACTION_IS_HISTORY As Boolean
Dim TS_ACTION_LEVEL As Integer
Dim returnValue As TimesheetDataSet.ActionsRow

returnValue = instance.AddActionsRow(TS_ACTION_UID, _
    parentHeadersRowByHeaders_Actions, _
    RES_UID, TS_ACTION_ENUM, TS_ACTION_DATE, _
    TS_ACTION_COMMENT, TS_ACTION_CACHED_RES_NAME, _
    TS_ACTION_IS_HISTORY, TS_ACTION_LEVEL)
public TimesheetDataSet.ActionsRow AddActionsRow(
    Guid TS_ACTION_UID,
    TimesheetDataSet.HeadersRow parentHeadersRowByHeaders_Actions,
    Guid RES_UID,
    byte TS_ACTION_ENUM,
    DateTime TS_ACTION_DATE,
    string TS_ACTION_COMMENT,
    string TS_ACTION_CACHED_RES_NAME,
    bool TS_ACTION_IS_HISTORY,
    int TS_ACTION_LEVEL
)

Parameters

Return Value

Type: [TimeSheet Web service].TimesheetDataSet.ActionsRow

See Also

Reference

TimesheetDataSet.ActionsDataTable Class

TimesheetDataSet.ActionsDataTable Members

AddActionsRow Overload

TimeSheet Web Service