次の方法で共有


TimesheetListDataSet.TimesheetsDataTable.AddTimesheetsRow メソッド

TimesheetsDataTableにTimesheetsRowオブジェクトを追加します。

名前空間:  WebSvcTimeSheet
アセンブリ:  ProjectServerServices (ProjectServerServices.dll 内)

構文

'宣言
Public Sub AddTimesheetsRow ( _
    row As TimesheetListDataSet.TimesheetsRow _
)
'使用
Dim instance As TimesheetListDataSet.TimesheetsDataTable
Dim row As TimesheetListDataSet.TimesheetsRow

instance.AddTimesheetsRow(row)
public void AddTimesheetsRow(
    TimesheetListDataSet.TimesheetsRow row
)

パラメーター

注釈

AddTimesheetsRowメソッドのシグネチャは次のように、オーバー ロードします。

  • サード パーティの開発者は、たとえば、 AddTimesheetsRow(TimesheetListDataSet.TimesheetsRow row)をTimesheetListDataSet.TimesheetsRow 1 つのパラメーターを持つオーバー ロードを使用してください。

  • Microsoft Visual Studio で、[オブジェクト エクスプ ローラーはTimesheetsRowのすべてのフィールドを個々 のパラメーターを使用する別のオーバー ロードを示しています。オーバー ロードは、内部的に使用されます。

    public TimesheetsRow AddTimesheetsRow(
        System.Guid TS_UID, 
        System.Guid RES_UID, 
        System.Guid TS_CREATOR_RES_UID, 
        string TS_NAME, 
        string TLastActionComment, 
        string TLastActionCachedResName, 
        System.Guid WPRD_UID, 
        string WPRD_NAME, 
        System.DateTime WPRD_START_DATE, 
        System.DateTime WPRD_FINISH_DATE, 
        string TS_CACHED_RES_NAME, 
        byte TS_STATUS_ENUM, 
        decimal TS_TOTAL_ACT_VALUE, 
        decimal TS_TOTAL_ACT_OVT_VALUE, 
        decimal TS_TOTAL_ACT_NON_BILLABLE_VALUE, 
        decimal TS_TOTAL_ACT_NON_BILLABLE_OVT_VALUE, 
        decimal TS_GRAND_TOTAL_ACT_VALUE, 
        System.Guid RES_TIMESHEET_MGR_UID, 
        int TS_QUEUE_COUNTER, 
        int TS_AUX_STATUS, 
        System.Guid TS_JOB_UID) 
    

関連項目

参照先

TimesheetListDataSet.TimesheetsDataTable クラス

TimesheetListDataSet.TimesheetsDataTable メンバー

WebSvcTimeSheet 名前空間