次の方法で共有


ReportingPostTimesheetStatusChangedEventArgs コンストラクター (Guid, TimesheetEnum.Status, DateTime, Guid, String)

ReportingPostTimesheetStatusChangedEventArgsクラスのインスタンスが作成されます。内部的に使用されます。

名前空間:  Microsoft.Office.Project.Server.Events
アセンブリ:  Microsoft.Office.Project.Server.Events.Receivers (Microsoft.Office.Project.Server.Events.Receivers.dll 内)

構文

'宣言
Public Sub New ( _
    timesheetGuid As Guid, _
    timesheetStatus As TimesheetEnum.Status, _
    modifiedDate As DateTime, _
    resourceGuid As Guid, _
    resourceName As String _
)
'使用
Dim timesheetGuid As Guid
Dim timesheetStatus As TimesheetEnum.Status
Dim modifiedDate As DateTime
Dim resourceGuid As Guid
Dim resourceName As String

Dim instance As New ReportingPostTimesheetStatusChangedEventArgs(timesheetGuid, _
    timesheetStatus, modifiedDate, resourceGuid, _
    resourceName)
public ReportingPostTimesheetStatusChangedEventArgs(
    Guid timesheetGuid,
    TimesheetEnum.Status timesheetStatus,
    DateTime modifiedDate,
    Guid resourceGuid,
    string resourceName
)

パラメーター

  • timesheetGuid
    型: System.Guid

    状態が変更されているタイムシートの GUID を指定します。

  • modifiedDate
    型: System.DateTime

    タイムシートの状態への変更の日付。

  • resourceGuid
    型: System.Guid

    状態が変更されているタイムシートに関連付けられているリソースの GUID を指定します。

  • resourceName
    型: System.String

    状態が変更されているタイムシートに関連付けられているリソースの名前。

関連項目

参照先

ReportingPostTimesheetStatusChangedEventArgs クラス

ReportingPostTimesheetStatusChangedEventArgs メンバー

ReportingPostTimesheetStatusChangedEventArgs オーバーロード

Microsoft.Office.Project.Server.Events 名前空間