TimesheetAuditExportDataSet.AuditExportsDataTable.AddAuditExportsRow Method

Adds an AuditExportsRow to the AuditExportsDataTable.

Namespace:  [Admin Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Admin.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Admin.asmx?wsdl

Syntax

'Declaration
Public Sub AddAuditExportsRow ( _
    row As TimesheetAuditExportDataSet.AuditExportsRow _
)
'Usage
Dim instance As TimesheetAuditExportDataSet.AuditExportsDataTable
Dim row As TimesheetAuditExportDataSet.AuditExportsRow

instance.AddAuditExportsRow(row)
public void AddAuditExportsRow(
    TimesheetAuditExportDataSet.AuditExportsRow row
)

Parameters

Remarks

The AddAuditExportsRow method signature is overloaded as follows:

  • Third-party developers should use the overload that has a single TimesheetAuditExportDataSet.AuditExportsRow parameter. For example, AddAssignmentRow(TimesheetAuditExportDataSet.AuditExportsRow row).

  • The Object Explorer in Microsoft Visual Studio shows another overload that uses individual parameters for all fields in AuditExportsRow. The overload is used internally.

    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) 
    

See Also

Reference

TimesheetAuditExportDataSet.AuditExportsDataTable Class

TimesheetAuditExportDataSet.AuditExportsDataTable Members

Admin Web Service