ResourcePlanDataSet.PlanResourcesDataTable.AddPlanResourcesRow Method

Adds a PlanResourcesRow object to the PlanResourcesDataTable.

Namespace:  WebSvcResourcePlan
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.dll)

Syntax

'Declaration
Public Sub AddPlanResourcesRow ( _
    row As ResourcePlanDataSet.PlanResourcesRow _
)
'Usage
Dim instance As ResourcePlanDataSet.PlanResourcesDataTable
Dim row As ResourcePlanDataSet.PlanResourcesRow

instance.AddPlanResourcesRow(row)
public void AddPlanResourcesRow(
    ResourcePlanDataSet.PlanResourcesRow row
)

Parameters

Remarks

The AddPlanResourcesRow method signature is overloaded as follows:

  • Third-party developers should use the overload that has a single ResourcePlanDataSet.PlanResourcesRow parameter, for example, AddPlanResourcesRow(ResourcePlanDataSet.PlanResourcesRow row).

  • The Object Explorer in Microsoft Visual Studio shows another overload which uses individual parameters for all fields in PlanResourcesRow. The overload is used internally.

    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) 
    

See Also

Reference

ResourcePlanDataSet.PlanResourcesDataTable Class

ResourcePlanDataSet.PlanResourcesDataTable Members

WebSvcResourcePlan Namespace