Share via


StatusingDataSet.AssignmentsDataTable.AddAssignmentsRow Method

Adds an AssignmentsRow object to the AssignmentsDataTable.

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

Syntax

'Declaration
Public Sub AddAssignmentsRow ( _
    row As StatusingDataSet.AssignmentsRow _
)
'Usage
Dim instance As StatusingDataSet.AssignmentsDataTable
Dim row As StatusingDataSet.AssignmentsRow

instance.AddAssignmentsRow(row)
public void AddAssignmentsRow(
    StatusingDataSet.AssignmentsRow row
)

Parameters

Remarks

The AddAssignmentsRow method signature is overloaded as follows:

  • Third-party developers should use the overload that has a single [T][Statusing Web service].StatusingDataSet.AssignmentsRow parameter; for example, AddAssignmentsRow(StatusingDataSet.AssignmentsRow row).

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

    Note

    The AssignmentsRow object in StatusingAssignmentsDataSet includes the WRES_UID_MANAGER property and the RES_UID_OWNER property.

    public AssignmentsRow AddAssignmentsRow(
        string TASK_NAME, System.Guid RES_UID, 
        System.Guid TASK_UID, decimal ASSN_WORK, 
        decimal ASSN_REG_WORK, decimal ASSN_OVT_WORK, 
        decimal ASSN_REM_WORK, decimal ASSN_REM_OVT_WORK, 
        decimal ASSN_ACT_WORK, decimal ASSN_ACT_OVT_WORK, 
        System.DateTime ASSN_START_DATE, System.DateTime ASSN_FINISH_DATE, 
        System.DateTime ASSN_STOP_DATE, System.DateTime ASSN_RESUME_DATE, 
        System.DateTime ASSN_ACT_START, System.DateTime ASSN_ACT_FINISH, 
        int ASSN_DELAY, decimal ASSN_COST, 
        decimal ASSN_OVT_COST, decimal ASSN_REM_COST, 
        decimal ASSN_REM_OVT_COST, decimal ASSN_ACT_COST, 
        decimal ASSN_ACT_OVT_COST, byte[] ASSN_CONTOUR_DATA, 
        int WASSN_UPDATE_TRACKING_MODE, short ASSN_PCT_WORK_COMPLETE, 
        decimal ASSN_UNITS, int ASSN_LEVELING_DELAY, 
        short ASSN_COST_RATE_TABLE, bool ASSN_IS_CONFIRMED, 
        bool ASSN_COST_IS_VALID, bool WASSN_DELETED_IN_PROJ, 
        bool WASSN_IS_NEW_ASSN, byte WASSN_ACTUALS_PENDING, 
        bool WASSN_SEND_UPDATE_NEEDED, string WASSN_COMMENTS, 
        bool WASSN_MGR_UPDATED, bool WASSN_UPDATE_CONFLICT, 
        System.Guid ASSN_UID, System.Guid PROJ_UID, 
        string PROJ_NAME, bool TASK_IS_SUMMARY, 
        int PROJ_TYPE) 
    

See Also

Reference

StatusingDataSet.AssignmentsDataTable Class

StatusingDataSet.AssignmentsDataTable Members

Statusing Web Service