CatalogEnumerationPropertyValuesDataSet.EnumerationPropertyValuesDataTable Constructor (SerializationInfo, StreamingContext)

Initializes a new instance of the CatalogEnumerationPropertyValuesDataSet..::.EnumerationPropertyValuesDataTable class with the specified serialization and streaming context information.

Namespace:  Microsoft.CommerceServer.Catalog
Assembly:  Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.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 CatalogEnumerationPropertyValuesDataSet..::.EnumerationPropertyValuesDataTable(info, context)
protected EnumerationPropertyValuesDataTable(
    SerializationInfo info,
    StreamingContext context
)
protected:
EnumerationPropertyValuesDataTable(
    SerializationInfo^ info, 
    StreamingContext context
)
protected function CatalogEnumerationPropertyValuesDataSet..::.EnumerationPropertyValuesDataTable(
    info : SerializationInfo, 
    context : StreamingContext
)

Parameters

Remarks

The data table that contains the EnumerationPropertyValues.

Permissions

See Also

Reference

CatalogEnumerationPropertyValuesDataSet..::.EnumerationPropertyValuesDataTable Class

CatalogEnumerationPropertyValuesDataSet..::.EnumerationPropertyValuesDataTable Members

CatalogEnumerationPropertyValuesDataSet..::.EnumerationPropertyValuesDataTable Overload

Microsoft.CommerceServer.Catalog Namespace