Edit

Share via


StatusingDataSet.LocalLookupTableFullValuesDataTable Constructors

Definition

Overloads

StatusingDataSet.LocalLookupTableFullValuesDataTable()

Creates an instance of the LocalLookupTableFullValuesDataTable class.

StatusingDataSet.LocalLookupTableFullValuesDataTable(SerializationInfo, StreamingContext)

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

StatusingDataSet.LocalLookupTableFullValuesDataTable()

Creates an instance of the LocalLookupTableFullValuesDataTable class.

public:
 LocalLookupTableFullValuesDataTable();
public LocalLookupTableFullValuesDataTable();
Public Sub New ()

Applies to

StatusingDataSet.LocalLookupTableFullValuesDataTable(SerializationInfo, StreamingContext)

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

protected:
 LocalLookupTableFullValuesDataTable(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected LocalLookupTableFullValuesDataTable(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new WebSvcStatusing.StatusingDataSet.LocalLookupTableFullValuesDataTable : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> WebSvcStatusing.StatusingDataSet.LocalLookupTableFullValuesDataTable
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Parameters

info
SerializationInfo

Contains information that is needed to serialize or deserialize an object.

context
StreamingContext

Contains the source and destination of a given serialized stream.

Applies to