TimesheetDataSet.AuditsDataTable Class
The Audits table contains a line for each TimesheetEnum.AuditOperationType applied to a timesheet.
Inheritance Hierarchy
System.Object
System.ComponentModel.MarshalByValueComponent
System.Data.DataTable
WebSvcTimeSheet.TimesheetDataSet.AuditsDataTable
Namespace: WebSvcTimeSheet
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class AuditsDataTable _
Inherits DataTable _
Implements IEnumerable
'Usage
Dim instance As TimesheetDataSet.AuditsDataTable
[SerializableAttribute]
public class AuditsDataTable : DataTable,
IEnumerable
Remarks
See TimesheetDataSet.AuditsRow for column detail information.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.