Share via


TimesheetLinePreApproveEventArgs constructor (Guid, Guid, Guid, Boolean)

Creates an instance of the TimesheetLinePreApproveEventArgs 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, _
    lineUID As Guid, _
    approverUID As Guid, _
    approved As Boolean _
)
'Usage
Dim tsUID As Guid
Dim lineUID As Guid
Dim approverUID As Guid
Dim approved As Boolean

Dim instance As New TimesheetLinePreApproveEventArgs(tsUID, lineUID, _
    approverUID, approved)
public TimesheetLinePreApproveEventArgs(
    Guid tsUID,
    Guid lineUID,
    Guid approverUID,
    bool approved
)

Parameters

  • tsUID
    Type: System.Guid

    The GUID of the timesheet that is being approved.

  • lineUID
    Type: System.Guid

    The GUID of the timesheet line class.

  • approverUID
    Type: System.Guid

    The GUID of the user who approves the timesheet review.

  • approved
    Type: System.Boolean

    Indicates whether the new line class status is approved.

See also

Reference

TimesheetLinePreApproveEventArgs class

TimesheetLinePreApproveEventArgs members

TimesheetLinePreApproveEventArgs overload

Microsoft.Office.Project.Server.Events namespace