←Select platform

ProcedureCodeSequenceDataTable Constructor(SerializationInfo,StreamingContext)

Summary

Initializes a new instance of the ProcedureCodeSequenceDataTable class with the SerializationInfo and the StreamingContext.

Syntax

C#
VB
C++
[DebuggerNonUserCodeAttribute()] 
protected ProcedureCodeSequenceDataTable( 
   SerializationInfo info, 
   StreamingContext context 
) 
  
<DebuggerNonUserCodeAttribute()> 
Protected Function New( _ 
   ByVal info As SerializationInfo, _ 
   ByVal context As StreamingContext _ 
) 
[DebuggerNonUserCodeAttribute()] 
protected: 
MPPSDataset.ProcedureCodeSequenceDataTable(  
   SerializationInfo^ info, 
   StreamingContext context 
) 

Parameters

info
Type System.Runtime.Serialization.SerializationInfo. The data needed to serialize or deserialize an object.

context
Type System.Runtime.Serialization.StreamingContext. The source and destination of a given serialized stream.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Worklist.DataAccessLayer Assembly