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

    与之前的时间表审查事件发送注释。

另请参阅

引用

TimesheetPreReviewEventArgs 类

TimesheetPreReviewEventArgs 成员

TimesheetPreReviewEventArgs 重载

Microsoft.Office.Project.Server.Events 命名空间