(WorkflowDataSet.EnterpriseProjectTypeRow, Guid, Int32, String, Boolean, Int32) del método WorkflowDataSet.EnterpriseProjectTypePDPsDataTable.AddEnterpriseProjectTypePDPsRow
Agrega un objeto EnterpriseProjectTypePDPsRow a la EnterpriseProjectTypePDPsDataTable con parámetros independientes.
Espacio de nombres: WebSvcWorkflow
Ensamblado: ProjectServerServices (en ProjectServerServices.dll)
Sintaxis
'Declaración
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
'Uso
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
)
Parámetros
- parentEnterpriseProjectTypeRowByFK_EnterpriseProjectType_EnterpriseProjectTypePDPs
Tipo: WebSvcWorkflow.WorkflowDataSet.EnterpriseProjectTypeRow
PDP_UID
Tipo: System.GuidContiene la página de detalles del proyecto GUID
PDP_ID
Tipo: System.Int32Contiene el identificador de página de detalles del proyecto
PDP_NAME
Tipo: System.StringContiene el nombre de la página de detalles de proyecto
IS_CREATE_PDP
Tipo: System.BooleanEspecifica si se crea la página de detalles del proyecto.
PDP_POSITION
Tipo: System.Int32Contiene la posición de página de detalles de proyecto.
Valor devuelto
Tipo: WebSvcWorkflow.WorkflowDataSet.EnterpriseProjectTypePDPsRow
Comentarios
En general, los desarrolladores deben usar la sobrecarga de AddEnterpriseProjectTypePDPsRow(WorkflowDataSet.EnterpriseProjectTypePDPsRow) .
Vea también
Referencia
clase WorkflowDataSet.EnterpriseProjectTypePDPsDataTable
Miembros WorkflowDataSet.EnterpriseProjectTypePDPsDataTable