ResourcePlanDataSet.PlanResourcesDataTable.AddPlanResourcesRow método
Adiciona um objeto de PlanResourcesRow a PlanResourcesDataTable.
Namespace: WebSvcResourcePlan
Assembly: ProjectServerServices (em ProjectServerServices.dll)
Sintaxe
'Declaração
Public Sub AddPlanResourcesRow ( _
row As ResourcePlanDataSet.PlanResourcesRow _
)
'Uso
Dim instance As ResourcePlanDataSet.PlanResourcesDataTable
Dim row As ResourcePlanDataSet.PlanResourcesRow
instance.AddPlanResourcesRow(row)
public void AddPlanResourcesRow(
ResourcePlanDataSet.PlanResourcesRow row
)
Parâmetros
row
Tipo: WebSvcResourcePlan.ResourcePlanDataSet.PlanResourcesRowA linha de recursos do plano para adicionar.
Comentários
A assinatura do método AddPlanResourcesRow é sobrecarregada da seguinte forma:
Os desenvolvedores de terceiros devem usar a sobrecarga que tem um parâmetro único ResourcePlanDataSet.PlanResourcesRow , por exemplo, AddPlanResourcesRow(ResourcePlanDataSet.PlanResourcesRow row).
O Pesquisador de objetos no Microsoft Visual Studio mostra outra sobrecarga, que usa os parâmetros individuais para todos os campos em PlanResourcesRow. A sobrecarga é usada internamente.
public PlanResourcesRow AddPlanResourcesRow( System.Guid RES_UID, System.Guid PROJ_UID, System.Guid ASSN_UID, string RES_NAME, int RES_TYPE, bool RES_CAN_LEVEL, System.Guid RES_TIMESHEET_MGR_UID, System.Guid RES_DEF_ASSN_OWNER, string RES_INITIALS, string RES_PHONETICS, string RES_MATERIAL_LABEL, string RES_GROUP, string RES_CODE, string RES_COST_CENTER, string RES_HYPERLINK_FRIENDLY_NAME, string RES_HYPERLINK_ADDRESS, string RES_HYPERLINK_SUB_ADDRESS, string WRES_EMAIL, int WRES_EMAIL_LANGUAGE, int RES_ID, byte ASSN_BOOKING_TYPE, System.DateTime RES_HIRE_DATE, System.DateTime RES_TERMINATION_DATE, bool RES_IS_TEAM)
Ver também
Referência
ResourcePlanDataSet.PlanResourcesDataTable classe