TimesheetAuditExportDataSet.AuditExportsDataTable.AddAuditExportsRow 方法
将AuditExportsRow添加到AuditExportsDataTable中。
命名空间: WebSvcAdmin
程序集: ProjectServerServices(位于 ProjectServerServices.dll 中)
语法
声明
Public Sub AddAuditExportsRow ( _
row As TimesheetAuditExportDataSet.AuditExportsRow _
)
用法
Dim instance As TimesheetAuditExportDataSet.AuditExportsDataTable
Dim row As TimesheetAuditExportDataSet.AuditExportsRow
instance.AddAuditExportsRow(row)
public void AddAuditExportsRow(
TimesheetAuditExportDataSet.AuditExportsRow row
)
参数
row
类型:WebSvcAdmin.TimesheetAuditExportDataSet.AuditExportsRowAuditExportsRow添加。
备注
AddAuditExportsRow方法签名被重载,如下所示:
第三方开发人员应使用有一个TimesheetAuditExportDataSet.AuditExportsRow参数的重载。例如, AddAssignmentRow(TimesheetAuditExportDataSet.AuditExportsRow row)。
Microsoft Visual Studio 在对象资源管理器中显示另一个AuditExportsRow中的所有字段中使用单个参数的重载。在内部使用此重载。
public AuditExportsRow AddAuditExportsRow( System.Guid TS_LINE_UID, System.Guid TS_UID, System.Guid ASSN_UID, System.Guid TASK_UID, System.Guid PROJ_UID, System.Guid TS_LINE_CLASS_UID, byte TS_LINE_VALIDATION_TYPE, string TS_LINE_CACHED_ASSIGN_NAME, string TS_LINE_CACHED_PROJ_NAME, System.Guid TS_ACT_AUD_UID, byte TS_ACT_AUD_OPERATION_ENUM, System.DateTime TS_ACT_START_DATE, System.DateTime TS_ACT_FINISH_DATE, long TS_ACT_AUD_SEQUENCE, System.Guid RES_UID, decimal TS_ACT_AUD_DELTA_VALUE, decimal TS_ACT_AUD_OVT_DELTA_VALUE, decimal TS_ACT_AUD_NONBILL_DELTA_VALUE, decimal TS_ACT_AUD_NONBILL_OVT_DELTA_VALUE, string TS_ACT_AUD_CACHED_RES_NAME, byte TS_ACT_AUD_RES_ROLE)
另请参阅
引用
TimesheetAuditExportDataSet.AuditExportsDataTable 类