Try our conversational search powered by Generative AI!

Class ShippingMethodDto.MarketShippingMethodsDataTable

Represents the strongly named DataTable class.

Inheritance
System.Object
ShippingMethodDto.MarketShippingMethodsDataTable
Namespace: Mediachase.Commerce.Orders.Dto
Assembly: Mediachase.Commerce.dll
Version: 10.8.0
Syntax
public class MarketShippingMethodsDataTable : TypedTableBase<ShippingMethodDto.MarketShippingMethodsRow>

Constructors

MarketShippingMethodsDataTable()

Declaration
public MarketShippingMethodsDataTable()

MarketShippingMethodsDataTable(SerializationInfo, StreamingContext)

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

Properties

Count

Declaration
public int Count { get; }
Property Value
Type Description
System.Int32

Item[Int32]

Declaration
public ShippingMethodDto.MarketShippingMethodsRow this[int index] { get; }
Parameters
Type Name Description
System.Int32 index
Property Value
Type Description
ShippingMethodDto.MarketShippingMethodsRow

MarketIdColumn

Declaration
public DataColumn MarketIdColumn { get; }
Property Value
Type Description
System.Data.DataColumn

ShippingMethodIdColumn

Declaration
public DataColumn ShippingMethodIdColumn { get; }
Property Value
Type Description
System.Data.DataColumn

Methods

AddMarketShippingMethodsRow(ShippingMethodDto.MarketShippingMethodsRow)

Declaration
public void AddMarketShippingMethodsRow(ShippingMethodDto.MarketShippingMethodsRow row)
Parameters
Type Name Description
ShippingMethodDto.MarketShippingMethodsRow row

AddMarketShippingMethodsRow(String, ShippingMethodDto.ShippingMethodRow)

Declaration
public ShippingMethodDto.MarketShippingMethodsRow AddMarketShippingMethodsRow(string MarketId, ShippingMethodDto.ShippingMethodRow parentShippingMethodRowByShippingMethod_MarketShippingMethods)
Parameters
Type Name Description
System.String MarketId
ShippingMethodDto.ShippingMethodRow parentShippingMethodRowByShippingMethod_MarketShippingMethods
Returns
Type Description
ShippingMethodDto.MarketShippingMethodsRow

Clone()

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

CreateInstance()

Declaration
protected override DataTable CreateInstance()
Returns
Type Description
System.Data.DataTable

FindByShippingMethodIdMarketId(Guid, String)

Declaration
public ShippingMethodDto.MarketShippingMethodsRow FindByShippingMethodIdMarketId(Guid ShippingMethodId, string MarketId)
Parameters
Type Name Description
System.Guid ShippingMethodId
System.String MarketId
Returns
Type Description
ShippingMethodDto.MarketShippingMethodsRow

GetRowType()

Declaration
protected override Type GetRowType()
Returns
Type Description
System.Type

GetTypedTableSchema(XmlSchemaSet)

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

NewMarketShippingMethodsRow()

Declaration
public ShippingMethodDto.MarketShippingMethodsRow NewMarketShippingMethodsRow()
Returns
Type Description
ShippingMethodDto.MarketShippingMethodsRow

NewRowFromBuilder(DataRowBuilder)

Declaration
protected override DataRow NewRowFromBuilder(DataRowBuilder builder)
Parameters
Type Name Description
System.Data.DataRowBuilder builder
Returns
Type Description
System.Data.DataRow

OnRowChanged(DataRowChangeEventArgs)

Declaration
protected override void OnRowChanged(DataRowChangeEventArgs e)
Parameters
Type Name Description
System.Data.DataRowChangeEventArgs e

OnRowChanging(DataRowChangeEventArgs)

Declaration
protected override void OnRowChanging(DataRowChangeEventArgs e)
Parameters
Type Name Description
System.Data.DataRowChangeEventArgs e

OnRowDeleted(DataRowChangeEventArgs)

Declaration
protected override void OnRowDeleted(DataRowChangeEventArgs e)
Parameters
Type Name Description
System.Data.DataRowChangeEventArgs e

OnRowDeleting(DataRowChangeEventArgs)

Declaration
protected override void OnRowDeleting(DataRowChangeEventArgs e)
Parameters
Type Name Description
System.Data.DataRowChangeEventArgs e

RemoveMarketShippingMethodsRow(ShippingMethodDto.MarketShippingMethodsRow)

Declaration
public void RemoveMarketShippingMethodsRow(ShippingMethodDto.MarketShippingMethodsRow row)
Parameters
Type Name Description
ShippingMethodDto.MarketShippingMethodsRow row

Events

MarketShippingMethodsRowChanged

Declaration
public event ShippingMethodDto.MarketShippingMethodsRowChangeEventHandler MarketShippingMethodsRowChanged
Event Type
Type Description
ShippingMethodDto.MarketShippingMethodsRowChangeEventHandler

MarketShippingMethodsRowChanging

Declaration
public event ShippingMethodDto.MarketShippingMethodsRowChangeEventHandler MarketShippingMethodsRowChanging
Event Type
Type Description
ShippingMethodDto.MarketShippingMethodsRowChangeEventHandler

MarketShippingMethodsRowDeleted

Declaration
public event ShippingMethodDto.MarketShippingMethodsRowChangeEventHandler MarketShippingMethodsRowDeleted
Event Type
Type Description
ShippingMethodDto.MarketShippingMethodsRowChangeEventHandler

MarketShippingMethodsRowDeleting

Declaration
public event ShippingMethodDto.MarketShippingMethodsRowChangeEventHandler MarketShippingMethodsRowDeleting
Event Type
Type Description
ShippingMethodDto.MarketShippingMethodsRowChangeEventHandler