TimesheetPreReviewEventArgs constructor (Guid, Guid, Guid, String, TimesheetEnum.Action)
Creates an instance of the TimesheetPreReviewEventArgs class; used internally.
Namespace: Microsoft.Office.Project.Server.Events
Assembly: Microsoft.Office.Project.Server.Events.Receivers (in Microsoft.Office.Project.Server.Events.Receivers.dll)
Syntax
'Declaration
Public Sub New ( _
tsUID As Guid, _
approverUID As Guid, _
nextApproverUID As Guid, _
comment As String, _
action As TimesheetEnum.Action _
)
'Usage
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
)
Parameters
tsUID
Type: System.GuidThe GUID of the timesheet that is to be reviewed.
approverUID
Type: System.GuidThe GUID of a user who approves a timesheet review.
nextApproverUID
Type: System.GuidThe GUID of an additional user who approves a timesheet review.
comment
Type: System.StringThe comment to send with an event that precedes a timesheet review.
action
Type: Microsoft.Office.Project.Server.Library.TimesheetEnum.ActionAn enumerator that indicates which timesheet action is to be executed.
See also
Reference
TimesheetPreReviewEventArgs class
TimesheetPreReviewEventArgs members