ReportingPostTimesheetStatusChangedEventArgs Constructor
Creates an instance of the ReportingPostTimesheetStatusChangedEventArgs 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 ( _
timesheetGuid As Guid, _
timesheetStatus As TimesheetEnum.Status, _
modifiedDate As DateTime, _
resourceGuid As Guid, _
resourceName As String _
)
'Usage
Dim timesheetGuid As Guid
Dim timesheetStatus As TimesheetEnum.Status
Dim modifiedDate As DateTime
Dim resourceGuid As Guid
Dim resourceName As String
Dim instance As New ReportingPostTimesheetStatusChangedEventArgs(timesheetGuid, _
timesheetStatus, modifiedDate, resourceGuid, _
resourceName)
public ReportingPostTimesheetStatusChangedEventArgs(
Guid timesheetGuid,
TimesheetEnum.Status timesheetStatus,
DateTime modifiedDate,
Guid resourceGuid,
string resourceName
)
Parameters
- timesheetGuid
Type: System.Guid
The GUID of the timesheet whose status has been changed.
- timesheetStatus
Type: Microsoft.Office.Project.Server.Library.TimesheetEnum.Status
An enumerated value that represents the current timesheet status.
- modifiedDate
Type: System.DateTime
The date of the change to a timesheet status.
- resourceGuid
Type: System.Guid
The GUID of a resource that is associated with the timesheet whose status has been changed.
- resourceName
Type: System.String
The name of a resource that is associated with the timesheet whose status has been changed.
See Also
Reference
ReportingPostTimesheetStatusChangedEventArgs Class