Partager via


WorkflowDataSet.EnterpriseProjectTypePDPsDataTable.AddEnterpriseProjectTypePDPsRow Method (WorkflowDataSet.EnterpriseProjectTypeRow, Guid, Int32, String, Boolean, Int32)

Adds an EnterpriseProjectTypePDPsRow object to the EnterpriseProjectTypePDPsDataTable by using separate parameters.

Namespace:  [Workflow Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Workflow.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Workflow.asmx?wsdl

Syntax

'Declaration
Public Function AddEnterpriseProjectTypePDPsRow ( _
    parentEnterpriseProjectTypeRowByFK_EnterpriseProjectType_EnterpriseProjectTypePDPs As WorkflowDataSet.EnterpriseProjectTypeRow, _
    PDP_UID As Guid, _
    PDP_ID As Integer, _
    PDP_NAME As String, _
    IS_CREATE_PDP As Boolean, _
    PDP_POSITION As Integer _
) As WorkflowDataSet.EnterpriseProjectTypePDPsRow
'Usage
Dim instance As WorkflowDataSet.EnterpriseProjectTypePDPsDataTable
Dim parentEnterpriseProjectTypeRowByFK_EnterpriseProjectType_EnterpriseProjectTypePDPs As WorkflowDataSet.EnterpriseProjectTypeRow
Dim PDP_UID As Guid
Dim PDP_ID As Integer
Dim PDP_NAME As String
Dim IS_CREATE_PDP As Boolean
Dim PDP_POSITION As Integer
Dim returnValue As WorkflowDataSet.EnterpriseProjectTypePDPsRow

returnValue = instance.AddEnterpriseProjectTypePDPsRow(parentEnterpriseProjectTypeRowByFK_EnterpriseProjectType_EnterpriseProjectTypePDPs, _
    PDP_UID, PDP_ID, PDP_NAME, IS_CREATE_PDP, _
    PDP_POSITION)
public WorkflowDataSet.EnterpriseProjectTypePDPsRow AddEnterpriseProjectTypePDPsRow(
    WorkflowDataSet.EnterpriseProjectTypeRow parentEnterpriseProjectTypeRowByFK_EnterpriseProjectType_EnterpriseProjectTypePDPs,
    Guid PDP_UID,
    int PDP_ID,
    string PDP_NAME,
    bool IS_CREATE_PDP,
    int PDP_POSITION
)

Parameters

  • PDP_UID
    Type: System.Guid
    Contains the project details page GUID
  • PDP_ID
    Type: System.Int32
    Contains the project details page ID
  • PDP_NAME
    Type: System.String
    Contains the project details page name
  • IS_CREATE_PDP
    Type: System.Boolean
    Specifies whether the project details page is created.
  • PDP_POSITION
    Type: System.Int32
    Contains the project details page position.

Return Value

Type: [Workflow Web service].WorkflowDataSet.EnterpriseProjectTypePDPsRow

Remarks

In general, developers should use the AddEnterpriseProjectTypePDPsRow(WorkflowDataSet.EnterpriseProjectTypePDPsRow) overload.

See Also

Reference

WorkflowDataSet.EnterpriseProjectTypePDPsDataTable Class

WorkflowDataSet.EnterpriseProjectTypePDPsDataTable Members

AddEnterpriseProjectTypePDPsRow Overload

Workflow Web Service