TimesheetDataSet.StatusingChangeLogRow Class

Represents one record of the Statusing data change log for the timesheet single entry mode.

Inheritance Hierarchy

System.Object
  System.Data.DataRow
    [TimeSheet Web service].TimesheetDataSet.StatusingChangeLogRow

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 Class StatusingChangeLogRow _
    Inherits DataRow
'Usage
Dim instance As TimesheetDataSet.StatusingChangeLogRow
public class StatusingChangeLogRow : DataRow

Remarks

New in Project Server 2010.

Note

The StatusingChangeLogDataTable is not designed for timephased data changes, such as provided by the PeriodChange element in the ChangeXML parameter for Statusing methods, because Project Server generates timephased data changes from the core timesheet tables.

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.

See Also

Reference

TimesheetDataSet.StatusingChangeLogRow Members

TimeSheet Web Service