TimesheetPreReviewEventArgs Constructor
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.Guid
The GUID of the timesheet that is to be reviewed.
- approverUID
Type: System.Guid
The GUID of a user who approves a timesheet review.
- nextApproverUID
Type: System.Guid
The GUID of an additional user who approves a timesheet review.
- comment
Type: System.String
The comment to send with an event that precedes a timesheet review.
- action
Type: Microsoft.Office.Project.Server.Library.TimesheetEnum.Action
An enumerator that indicates which timesheet action is to be executed.
See Also
Reference
TimesheetPreReviewEventArgs Class