ReportingPostTimesheetStatusChangedEventArgs constructor (Guid, TimesheetEnum.Status, DateTime, Guid, String)
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.GuidThe GUID of the timesheet whose status has been changed.
timesheetStatus
Type: Microsoft.Office.Project.Server.Library.TimesheetEnum.StatusAn enumerated value that represents the current timesheet status.
modifiedDate
Type: System.DateTimeThe date of the change to a timesheet status.
resourceGuid
Type: System.GuidThe GUID of a resource that is associated with the timesheet whose status has been changed.
resourceName
Type: System.StringThe name of a resource that is associated with the timesheet whose status has been changed.
See also
Reference
ReportingPostTimesheetStatusChangedEventArgs class
ReportingPostTimesheetStatusChangedEventArgs members