Partager via


TimesheetLinePostApproveEventArgs Constructor

Creates an instance of the TimesheetLinePostApproveEventArgs 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 TimesheetLinePostApproveEventArgs(tsUID, lineUID, _
    approverUID, approved)
public TimesheetLinePostApproveEventArgs(
    Guid tsUID,
    Guid lineUID,
    Guid approverUID,
    bool approved
)

Parameters

  • tsUID
    Type: System.Guid
    The GUID of the approved timesheet.
  • 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
    A Boolean value that indicates whether the new line class status has been approved.

See Also

Reference

TimesheetLinePostApproveEventArgs Class

TimesheetLinePostApproveEventArgs Members

Microsoft.Office.Project.Server.Events Namespace