Share via


ProjectDataSet.ProjectResourceDataTable.AddProjectResourceRow Method

Adds a ProjectResourceRow object to the ProjectResourceDataTable.

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

Syntax

'Declaration
Public Sub AddProjectResourceRow ( _
    row As ProjectDataSet.ProjectResourceRow _
)
'Usage
Dim instance As ProjectDataSet.ProjectResourceDataTable
Dim row As ProjectDataSet.ProjectResourceRow

instance.AddProjectResourceRow(row)
public void AddProjectResourceRow(
    ProjectDataSet.ProjectResourceRow row
)

Parameters

Remarks

The AddProjectResourceRow method signature is overloaded as follows:

  • Third-party developers should use the overload that has a single ProjectDataSet.ProjectResourceRow parameter, for example, AddProjectResourceRow(ProjectDataSet.ProjectResourceRow row).

  • The Object Explorer in Microsoft Visual Studio shows another overload that uses individual parameters for all fields in ProjectResourceRow object.

    public ProjectResourceRow AddProjectResourceRow(
            Guid PROJ_UID, Guid RES_UID, Guid RES_AD_GUID, 
            string RES_NAME, int RES_ID, string RES_INITIALS, 
            string RES_PHONETICS, string RES_CODE, string RES_GROUP, 
            string RES_HYPERLINK_ADDRESS, string RES_HYPERLINK_FRIENDLY_NAME, 
            string RES_HYPERLINK_SUB_ADDRESS, int RES_TYPE, 
            int RES_BOOKING_TYPE, string RES_MATERIAL_LABEL, 
            double RES_STD_RATE, int RES_STD_RATE_FMT, double RES_PEAK, 
            double RES_COST, double RES_OVT_COST, double RES_OVT_RATE, 
            int RES_OVT_RATE_FMT, double RES_COST_PER_USE, double RES_ACT_COST, 
            double RES_ACT_OVT_COST, double RES_REM_COST, double RES_REM_OVT_COST, 
            double RES_WORK, double RES_ACT_WORK, double RES_ACT_OVT_WORK, 
            double RES_OVT_WORK, double RES_REM_WORK, double RES_REM_OVT_WORK, 
            double RES_REG_WORK, short RES_ACCRUE_AT, DateTime RES_AVAIL_FROM, 
            DateTime RES_AVAIL_TO, double RES_MAX_UNITS, bool RES_HAS_NOTES, 
            string WRES_ACCOUNT, string WRES_EMAIL, DateTime RES_ASSN_START, 
            DateTime RES_ASSN_FINISH, double RES_ACWP, double RES_BCWP, 
            double RES_BCWS, int RES_PCT_WORK_COMPLETE, bool RES_CAN_LEVEL, 
            bool RES_HAS_LINKED_FIELDS, bool RES_IS_OVERALLOCATED, 
            bool RES_IS_ENTERPRISE_RESOURCE, Guid RES_DEF_ASSN_OWNER, 
            bool ResourceIsBudget, double RES_BUDGET_COST, double RES_BUDGET_WORK, 
            string RES_COST_CENTER, string PROJ_NAME, int PROJ_OPT_CURRENCY_DIGITS, 
            int PROJ_OPT_CURRENCY_POSITION, string PROJ_OPT_CURRENCY_SYMBOL, 
            string RES_NOTES, double RES_COST_VAR, double RES_CV, 
            bool ResourceIsGeneric, double RES_SV, double RES_VAC, 
            double RES_WORK_VAR, double RB_BASE_WORK, double RB_BASE_COST, 
            DateTime MOD_DATE, DateTime CREATED_DATE)
    

See Also

Reference

ProjectDataSet.ProjectResourceDataTable Class

ProjectDataSet.ProjectResourceDataTable Members

WebSvcProject Namespace