ReportingPostTimesheetClassChangedEventArgs constructor (Guid, TimesheetEnum.LineClassType, String, String)
Creates an instance of the ReportingPostTimesheetClassChangedEventArgs 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 ( _
classGuid As Guid, _
classType As TimesheetEnum.LineClassType, _
className As String, _
classDescription As String _
)
'Usage
Dim classGuid As Guid
Dim classType As TimesheetEnum.LineClassType
Dim className As String
Dim classDescription As String
Dim instance As New ReportingPostTimesheetClassChangedEventArgs(classGuid, _
classType, className, classDescription)
public ReportingPostTimesheetClassChangedEventArgs(
Guid classGuid,
TimesheetEnum.LineClassType classType,
string className,
string classDescription
)
Parameters
classGuid
Type: System.GuidThe GUID of the changed timesheet line class.
classType
Type: Microsoft.Office.Project.Server.Library.TimesheetEnum.LineClassTypeThe type of the changed timesheet line class.
className
Type: System.StringThe name of the changed timesheet line class.
classDescription
Type: System.StringThe description of the changed timesheet line class.
See also
Reference
ReportingPostTimesheetClassChangedEventArgs class
ReportingPostTimesheetClassChangedEventArgs members