Try our conversational search powered by Generative AI!

Class ShippingMethodDto.ShippingCountryDataTable

Represents the strongly named DataTable class.

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

Constructors

ShippingCountryDataTable()

Declaration
public ShippingCountryDataTable()

ShippingCountryDataTable(SerializationInfo, StreamingContext)

Declaration
protected ShippingCountryDataTable(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

CountryIdColumn

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

Item[Int32]

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

ShippingCountryIdColumn

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

ShippingMethodIdColumn

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

Methods

AddShippingCountryRow(ShippingMethodDto.ShippingCountryRow)

Declaration
public void AddShippingCountryRow(ShippingMethodDto.ShippingCountryRow row)
Parameters
Type Name Description
ShippingMethodDto.ShippingCountryRow row

AddShippingCountryRow(ShippingMethodDto.ShippingMethodRow, Int32)

Declaration
public ShippingMethodDto.ShippingCountryRow AddShippingCountryRow(ShippingMethodDto.ShippingMethodRow parentShippingMethodRowByFK_ShippingMethod_ShippingCountry, int CountryId)
Parameters
Type Name Description
ShippingMethodDto.ShippingMethodRow parentShippingMethodRowByFK_ShippingMethod_ShippingCountry
System.Int32 CountryId
Returns
Type Description
ShippingMethodDto.ShippingCountryRow

Clone()

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

CreateInstance()

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

FindByShippingCountryId(Int32)

Declaration
public ShippingMethodDto.ShippingCountryRow FindByShippingCountryId(int ShippingCountryId)
Parameters
Type Name Description
System.Int32 ShippingCountryId
Returns
Type Description
ShippingMethodDto.ShippingCountryRow

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

NewRowFromBuilder(DataRowBuilder)

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

NewShippingCountryRow()

Declaration
public ShippingMethodDto.ShippingCountryRow NewShippingCountryRow()
Returns
Type Description
ShippingMethodDto.ShippingCountryRow

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

RemoveShippingCountryRow(ShippingMethodDto.ShippingCountryRow)

Declaration
public void RemoveShippingCountryRow(ShippingMethodDto.ShippingCountryRow row)
Parameters
Type Name Description
ShippingMethodDto.ShippingCountryRow row

Events

ShippingCountryRowChanged

Declaration
public event ShippingMethodDto.ShippingCountryRowChangeEventHandler ShippingCountryRowChanged
Event Type
Type Description
ShippingMethodDto.ShippingCountryRowChangeEventHandler

ShippingCountryRowChanging

Declaration
public event ShippingMethodDto.ShippingCountryRowChangeEventHandler ShippingCountryRowChanging
Event Type
Type Description
ShippingMethodDto.ShippingCountryRowChangeEventHandler

ShippingCountryRowDeleted

Declaration
public event ShippingMethodDto.ShippingCountryRowChangeEventHandler ShippingCountryRowDeleted
Event Type
Type Description
ShippingMethodDto.ShippingCountryRowChangeEventHandler

ShippingCountryRowDeleting

Declaration
public event ShippingMethodDto.ShippingCountryRowChangeEventHandler ShippingCountryRowDeleting
Event Type
Type Description
ShippingMethodDto.ShippingCountryRowChangeEventHandler