TimesheetDataSet.AuditsDataTable.AddAuditsRow Method
Adds an AuditsRow object to the AuditsDataTable.
Namespace: [TimeSheet Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/TimeSheet.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/TimeSheet.asmx?wsdl
Syntax
'Declaration
Public Sub AddAuditsRow ( _
row As TimesheetDataSet.AuditsRow _
)
'Usage
Dim instance As TimesheetDataSet.AuditsDataTable
Dim row As TimesheetDataSet.AuditsRow
instance.AddAuditsRow(row)
public void AddAuditsRow(
TimesheetDataSet.AuditsRow row
)
Parameters
- row
Type: [TimeSheet Web service].TimesheetDataSet.AuditsRow
The audits row to add.
Remarks
The AddAuditsRow method signature is overloaded as follows:
Third-party developers should use the overload that has a single TimesheetDataSet.AuditsRow parameter; for example, AddAuditsRow(TimesheetDataSet.AuditsRow row).
The Object Explorer in Microsoft Visual Studio shows an overload that uses individual parameters for all fields in AuditsRow. The overload is used internally.
public AuditsRow AddAuditsRow( System.Guid TS_ACT_AUD_UID, byte TS_ACT_AUD_OPERATION_ENUM, LinesRow parentLinesRowByLines_Audits, 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, bool TS_ACT_AUD_IS_PROCESSED, byte TS_ACT_AUD_RES_ROLE)
See Also
Reference
TimesheetDataSet.AuditsDataTable Class