Compartilhar via


TimesheetAuditExportDataSet class

Usado para exportar dados de auditoria de quadro de horários.

Inheritance hierarchy

System.Object
  System.ComponentModel.MarshalByValueComponent
    System.Data.DataSet
      WebSvcAdmin.TimesheetAuditExportDataSet

Namespace:  WebSvcAdmin
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaração
<SerializableAttribute> _
Public Class TimesheetAuditExportDataSet _
    Inherits DataSet
'Uso
Dim instance As TimesheetAuditExportDataSet
[SerializableAttribute]
public class TimesheetAuditExportDataSet : DataSet

Comentários

Esse é o tipo de dados que é retornado pelo método ReadTimesheetAuditLog(DateTime, DateTime, DateTime, DateTime, AuditType) .

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.

Ver também

Referência

TimesheetAuditExportDataSet members

WebSvcAdmin namespace