StatusingAssignmentsDataSet.AssignmentsDataTable.AddAssignmentsRow Method

Adds an AssignmentsRow object to the AssignmentsDataTable.

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

Syntax

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

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

Parameters

Remarks

The AddAssignmentsRow method signature is overloaded as follows:

  • Third-party developers should use the overload that has a single WebSvcStatusing.StatusingAssignmentsDataSet.AssignmentsRow parameter, for example, AddAssignmentsRow(StatusingAssignmentsDataSet.AssignmentsRow row).

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

    Note

    The AssignmentsRow object in StatusingDataSet does not include the WRES_UID_MANAGER and RES_UID_OWNER properties.

    public AssignmentsRow AddAssignmentsRow(
        string TASK_NAME, System.Guid RES_UID, 
        System.Guid WRES_UID_MANAGER, System.Guid RES_UID_OWNER, 
        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, decimal ASSN_BUDGET_WORK, 
        decimal ASSN_BUDGET_COST, byte[] ASSN_CONTOUR_DATA, 
        bool WASSN_DELEG_PENDING, int ASSN_TASK_MANAGEMENT_FLAGS, 
        int WASSN_UPDATE_TRACKING_MODE, short ASSN_PCT_WORK_COMPLETE, 
        decimal ASSN_UNITS, int ASSN_LEVELING_DELAY, 
        short ASSN_COST_RATE_TABLE, System.DateTime WASSN_SEND_UPDATE_DATE, 
        bool ASSN_IS_CONFIRMED, bool ASSN_COST_IS_VALID, 
        bool WASSN_DELETED_IN_PROJ, bool WASSN_IS_NEW_ASSN, 
        bool ASSN_RESPONSE_PENDING, byte WASSN_ACTUALS_PENDING, 
        bool WASSN_SEND_UPDATE_NEEDED, string WASSN_COMMENTS, 
        bool WASSN_MGR_UPDATED, bool WASSN_UPDATE_CONFLICT, 
        byte WASSN_REMOVED_BY_RES, bool WASSN_LOCKDOWN_BY_MANAGER, 
        bool ASSN_IS_CONFIRMED1, System.Guid ASSN_UID, 
        System.Guid PROJ_UID, string PROJ_NAME, 
        bool TASK_IS_SUMMARY, int PROJ_TYPE) 
    

See Also

Reference

StatusingAssignmentsDataSet.AssignmentsDataTable Class

StatusingAssignmentsDataSet.AssignmentsDataTable Members

WebSvcStatusing Namespace