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 成员