TimesheetEnum.ValidationType 枚举

指定时间表行的有效性验证的类型。

命名空间:  Microsoft.Office.Project.Server.Library
程序集:  Microsoft.Office.Project.Server.Library(位于 Microsoft.Office.Project.Server.Library.dll 中)

语法

声明
<ClientCallableTypeAttribute(ServerTypeId := "AD1936DB-E776-4018-B186-B41428D31BF1",  _
    Name := "TimeSheetValidationType")> _
Public Enumeration ValidationType
用法
Dim instance As TimesheetEnum.ValidationType
[ClientCallableTypeAttribute(ServerTypeId = "AD1936DB-E776-4018-B186-B41428D31BF1", 
    Name = "TimeSheetValidationType")]
public enum ValidationType

成员

成员名称 说明
Unverified 值为 0。该行是未经验证。
Verified 值 = 1。行进行验证。
ProjectLevel 值 = 2。行是项目级别。

备注

使用TimesheetEnum.ValidationType类型的WebSvcTimeSheet.TimesheetDataSet.LinesRowWebSvcAdmin.TimesheetAuditExportDataSet.AuditExportsRow对象中设置TS_LINE_VALIDATION_TYPE属性。

另请参阅

引用

Microsoft.Office.Project.Server.Library 命名空间