Share via


ProjectTimesheetLinesDataSet.ProjectTimesheetLinesDataTable constructor (SerializationInfo, StreamingContext)

Creates an instance of the ProjectTimesheetLinesDataTable class by using separate parameters.

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

Syntax

'Declaration
Protected Sub New ( _
    info As SerializationInfo, _
    context As StreamingContext _
)
'Usage
Dim info As SerializationInfo
Dim context As StreamingContext

Dim instance As New ProjectTimesheetLinesDataSet.ProjectTimesheetLinesDataTable(info, context)
protected ProjectTimesheetLinesDataTable(
    SerializationInfo info,
    StreamingContext context
)

Parameters

See also

Reference

ProjectTimesheetLinesDataSet.ProjectTimesheetLinesDataTable class

ProjectTimesheetLinesDataSet.ProjectTimesheetLinesDataTable members

ProjectTimesheetLinesDataSet.ProjectTimesheetLinesDataTable overload

WebSvcTimeSheet namespace