Share via


DriverPrioritizationDataSet.PrioritizationDataTable.AddPrioritizationRow Method

Adds a PrioritizationRow object to the PrioritizationDataTable.

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

Syntax

'Declaration
Public Sub AddPrioritizationRow ( _
    row As DriverPrioritizationDataSet.PrioritizationRow _
)
'Usage
Dim instance As DriverPrioritizationDataSet.PrioritizationDataTable
Dim row As DriverPrioritizationDataSet.PrioritizationRow

instance.AddPrioritizationRow(row)
public void AddPrioritizationRow(
    DriverPrioritizationDataSet.PrioritizationRow row
)

Parameters

Remarks

The AddPrioritizationRow method signature is overloaded as follows:

  • Third-party developers should use the overload that has a single DriverPrioritizationRow parameter, for example, AddPrioritizationRow(DriverPrioritizationDataSet.PrioritizationRow row).

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

    DriverPrioritizationDataSet:
    
    public PrioritizationRow AddPrioritizationRow (
            Guid PRIORITIZATION_UID,
            string PRIORITIZATION_NAME,
            string PRIORITIZATION_DESCRIPTION,
            bool PRIORITIZATION_IS_MANUAL,
            bool PRIORITIZATION_IS_COMPLETE,
            Guid DEPARTMENT_UID,
            string DEPARTMENT_NAME,
            Guid RELATIVE_IMPORTANCE_CF_UID,
            string RELATIVE_IMPORTANCE_CF_NAME,
            Double CONSISTENCY_RATIO,
            bool PRIORITIZATION_IS_USED_IN_ANALYSIS,
            DateTime CREATED_DATE,
            DateTime MOD_DATE,
            Guid LAST_UPDATED_BY_RES_UID,
            string LAST_UPDATED_BY_RES_NAME,
            Guid CREATED_BY_RES_UID,
            string CREATED_BY_RES_NAME
    )
    

See Also

Reference

DriverPrioritizationDataSet.PrioritizationDataTable Class

DriverPrioritizationDataSet.PrioritizationDataTable Members

Driver Web Service