TimesheetPreReviewEventArgs コンストラクター (Guid, Guid, Guid, String, TimesheetEnum.Action)
TimesheetPreReviewEventArgsクラスのインスタンスが作成されます。内部的に使用されます。
名前空間: Microsoft.Office.Project.Server.Events
アセンブリ: Microsoft.Office.Project.Server.Events.Receivers (Microsoft.Office.Project.Server.Events.Receivers.dll 内)
構文
'宣言
Public Sub New ( _
tsUID As Guid, _
approverUID As Guid, _
nextApproverUID As Guid, _
comment As String, _
action As TimesheetEnum.Action _
)
'使用
Dim tsUID As Guid
Dim approverUID As Guid
Dim nextApproverUID As Guid
Dim comment As String
Dim action As TimesheetEnum.Action
Dim instance As New TimesheetPreReviewEventArgs(tsUID, approverUID, _
nextApproverUID, comment, action)
public TimesheetPreReviewEventArgs(
Guid tsUID,
Guid approverUID,
Guid nextApproverUID,
string comment,
TimesheetEnum.Action action
)
パラメーター
tsUID
型: System.Guid確認するには、タイムシートの GUID を指定します。
approverUID
型: System.Guidタイムシートの確認、承認したユーザーの GUID。
nextApproverUID
型: System.Guidタイムシートの確認、承認したユーザーの GUID。
comment
型: System.Stringタイムシートの確認の前にイベントを送信するコメント。
action
型: Microsoft.Office.Project.Server.Library.TimesheetEnum.Actionどのタイムシートのアクションを示す列挙子が実行されます。
関連項目
参照先
TimesheetPreReviewEventArgs クラス
TimesheetPreReviewEventArgs メンバー