ReportingPostTimesheetClassChangedEventArgs 建構函式 (Guid, TimesheetEnum.LineClassType, String, String)
建立類別的執行個體ReportingPostTimesheetClassChangedEventArgs ;在內部使用。
命名空間: Microsoft.Office.Project.Server.Events
組件: Microsoft.Office.Project.Server.Events.Receivers (在 Microsoft.Office.Project.Server.Events.Receivers.dll 中)
語法
'宣告
Public Sub New ( _
classGuid As Guid, _
classType As TimesheetEnum.LineClassType, _
className As String, _
classDescription As String _
)
'用途
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
)
參數
classGuid
類型:System.Guid已變更的時程表行類別的 GUID。
classType
類型:Microsoft.Office.Project.Server.Library.TimesheetEnum.LineClassType已變更的時程表行類別的類型。
className
類型:System.String已變更的時程表行類別的名稱。
classDescription
類型:System.String已變更的時程表行類別的描述。
請參閱
參照
ReportingPostTimesheetClassChangedEventArgs 類別
ReportingPostTimesheetClassChangedEventArgs 成員