Try our conversational search powered by Generative AI!

Class ShippingMethodDto

Represents a strongly typed in-memory cache of data.

Inheritance
System.Object
ShippingMethodDto
Namespace: Mediachase.Commerce.Orders.Dto
Assembly: Mediachase.Commerce.dll
Version: 10.8.0
Syntax
public class ShippingMethodDto : DataSet

Constructors

ShippingMethodDto()

Declaration
public ShippingMethodDto()

ShippingMethodDto(SerializationInfo, StreamingContext)

Declaration
protected ShippingMethodDto(SerializationInfo info, StreamingContext context)
Parameters
Type Name Description
System.Runtime.Serialization.SerializationInfo info
System.Runtime.Serialization.StreamingContext context

Properties

MarketShippingMethods

Declaration
public ShippingMethodDto.MarketShippingMethodsDataTable MarketShippingMethods { get; }
Property Value
Type Description
ShippingMethodDto.MarketShippingMethodsDataTable

Package

Declaration
public ShippingMethodDto.PackageDataTable Package { get; }
Property Value
Type Description
ShippingMethodDto.PackageDataTable

Relations

Declaration
public DataRelationCollection Relations { get; }
Property Value
Type Description
System.Data.DataRelationCollection

SchemaSerializationMode

Declaration
public override SchemaSerializationMode SchemaSerializationMode { get; set; }
Property Value
Type Description
System.Data.SchemaSerializationMode

ShippingCountry

Declaration
public ShippingMethodDto.ShippingCountryDataTable ShippingCountry { get; }
Property Value
Type Description
ShippingMethodDto.ShippingCountryDataTable

ShippingMethod

Declaration
public ShippingMethodDto.ShippingMethodDataTable ShippingMethod { get; }
Property Value
Type Description
ShippingMethodDto.ShippingMethodDataTable

ShippingMethodCase

Declaration
public ShippingMethodDto.ShippingMethodCaseDataTable ShippingMethodCase { get; }
Property Value
Type Description
ShippingMethodDto.ShippingMethodCaseDataTable

ShippingMethodParameter

Declaration
public ShippingMethodDto.ShippingMethodParameterDataTable ShippingMethodParameter { get; }
Property Value
Type Description
ShippingMethodDto.ShippingMethodParameterDataTable

ShippingOption

Declaration
public ShippingMethodDto.ShippingOptionDataTable ShippingOption { get; }
Property Value
Type Description
ShippingMethodDto.ShippingOptionDataTable

ShippingOptionParameter

Declaration
public ShippingMethodDto.ShippingOptionParameterDataTable ShippingOptionParameter { get; }
Property Value
Type Description
ShippingMethodDto.ShippingOptionParameterDataTable

ShippingPackage

Declaration
public ShippingMethodDto.ShippingPackageDataTable ShippingPackage { get; }
Property Value
Type Description
ShippingMethodDto.ShippingPackageDataTable

ShippingPaymentRestriction

Declaration
public ShippingMethodDto.ShippingPaymentRestrictionDataTable ShippingPaymentRestriction { get; }
Property Value
Type Description
ShippingMethodDto.ShippingPaymentRestrictionDataTable

ShippingRegion

Declaration
public ShippingMethodDto.ShippingRegionDataTable ShippingRegion { get; }
Property Value
Type Description
ShippingMethodDto.ShippingRegionDataTable

Tables

Declaration
public DataTableCollection Tables { get; }
Property Value
Type Description
System.Data.DataTableCollection

Methods

Clone()

Declaration
public override DataSet Clone()
Returns
Type Description
System.Data.DataSet

GetSchemaSerializable()

Declaration
protected override XmlSchema GetSchemaSerializable()
Returns
Type Description
System.Xml.Schema.XmlSchema

GetTypedDataSetSchema(XmlSchemaSet)

Declaration
public static XmlSchemaComplexType GetTypedDataSetSchema(XmlSchemaSet xs)
Parameters
Type Name Description
System.Xml.Schema.XmlSchemaSet xs
Returns
Type Description
System.Xml.Schema.XmlSchemaComplexType

InitializeDerivedDataSet()

Declaration
protected override void InitializeDerivedDataSet()

ReadXmlSerializable(XmlReader)

Declaration
protected override void ReadXmlSerializable(XmlReader reader)
Parameters
Type Name Description
System.Xml.XmlReader reader

ShouldSerializeRelations()

Declaration
protected override bool ShouldSerializeRelations()
Returns
Type Description
System.Boolean

ShouldSerializeTables()

Declaration
protected override bool ShouldSerializeTables()
Returns
Type Description
System.Boolean