TimesheetPreSubmitEventArgs 构造函数 (Guid, String, Guid)

创建类实例的TimesheetPreSubmitEventArgs ;在内部使用。

命名空间:  Microsoft.Office.Project.Server.Events
程序集:  Microsoft.Office.Project.Server.Events.Receivers(位于 Microsoft.Office.Project.Server.Events.Receivers.dll 中)

语法

声明
Public Sub New ( _
    tsUID As Guid, _
    comment As String, _
    approverUID As Guid _
)
用法
Dim tsUID As Guid
Dim comment As String
Dim approverUID As Guid

Dim instance As New TimesheetPreSubmitEventArgs(tsUID, comment, _
    approverUID)
public TimesheetPreSubmitEventArgs(
    Guid tsUID,
    string comment,
    Guid approverUID
)

参数

  • tsUID
    类型:System.Guid

    已提交的时间表的 GUID。

  • comment
    类型:System.String

    与之前的时间表提交事件发送注释。

  • approverUID
    类型:System.Guid

    审核工时单提交用户的 GUID。

另请参阅

引用

TimesheetPreSubmitEventArgs 类

TimesheetPreSubmitEventArgs 成员

TimesheetPreSubmitEventArgs 重载

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