TimesheetLineClassDataSet constructor (SerializationInfo, StreamingContext)
Creates an instance of the TimesheetLineClassDataSet class by using specified parameters.
Namespace: WebSvcAdmin
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 TimesheetLineClassDataSet(info, context)
protected TimesheetLineClassDataSet(
SerializationInfo info,
StreamingContext context
)
Parameters
info
Type: System.Runtime.Serialization.SerializationInfoContains information that is needed to serialize an object or deserialize an object.
context
Type: System.Runtime.Serialization.StreamingContextContains the source and destination of a serialized stream.
See also
Reference
TimesheetLineClassDataSet class
TimesheetLineClassDataSet members