Freigeben über


StatusingAssignmentsDataSet.AssignmentsDataTable.AddAssignmentsRow-Methode

Der AssignmentsDataTablewird ein AssignmentsRow -Objekt hinzugefügt.

Namespace:  WebSvcStatusing
Assembly:  ProjectServerServices (in ProjectServerServices.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
)

Parameter

Hinweise

Die Methodensignatur AddAssignmentsRow wird wie folgt überladen:

  • Entwickler von Drittanbietern sollten die Überladung verwenden, die einen einzelnen WebSvcStatusing.StatusingAssignmentsDataSet.AssignmentsRow -Parameter wurde; beispielsweise AddAssignmentsRow(StatusingAssignmentsDataSet.AssignmentsRow row).

  • Objekt-Explorer in Microsoft Visual Studio zeigt eine andere Überladung, die einen einzelnen Parameter für alle Felder in der AssignmentsRowverwendet. Diese Überladung wird intern verwendet.

    Hinweis

    Das AssignmentsRow -Objekt in der StatusingDataSet umfasst nicht die WRES_UID_MANAGER -Eigenschaft oder die RES_UID_OWNER -Eigenschaft.

    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) 
    

Siehe auch

Referenz

StatusingAssignmentsDataSet.AssignmentsDataTable Klasse

StatusingAssignmentsDataSet.AssignmentsDataTable-Member

WebSvcStatusing-Namespace