Try our conversational search powered by Generative AI!

Class ShippingMethodDto.ShippingMethodCaseDataTable

Represents the strongly named DataTable class.

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

Constructors

ShippingMethodCaseDataTable()

Declaration
public ShippingMethodCaseDataTable()

ShippingMethodCaseDataTable(SerializationInfo, StreamingContext)

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

Properties

ChargeColumn

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

Count

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

EndDateColumn

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

Item[Int32]

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

JurisdictionGroupIdColumn

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

ShippingMethodCaseIdColumn

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

ShippingMethodIdColumn

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

StartDateColumn

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

TotalColumn

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

Methods

AddShippingMethodCaseRow(ShippingMethodDto.ShippingMethodCaseRow)

Declaration
public void AddShippingMethodCaseRow(ShippingMethodDto.ShippingMethodCaseRow row)
Parameters
Type Name Description
ShippingMethodDto.ShippingMethodCaseRow row

AddShippingMethodCaseRow(Double, Decimal, ShippingMethodDto.ShippingMethodRow, Int32, DateTime, DateTime)

Declaration
public ShippingMethodDto.ShippingMethodCaseRow AddShippingMethodCaseRow(double Total, decimal Charge, ShippingMethodDto.ShippingMethodRow parentShippingMethodRowByFK_ShippingMethod_ShippingMethodCase, int JurisdictionGroupId, DateTime StartDate, DateTime EndDate)
Parameters
Type Name Description
System.Double Total
System.Decimal Charge
ShippingMethodDto.ShippingMethodRow parentShippingMethodRowByFK_ShippingMethod_ShippingMethodCase
System.Int32 JurisdictionGroupId
System.DateTime StartDate
System.DateTime EndDate
Returns
Type Description
ShippingMethodDto.ShippingMethodCaseRow

Clone()

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

CreateInstance()

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

FindByShippingMethodCaseId(Int32)

Declaration
public ShippingMethodDto.ShippingMethodCaseRow FindByShippingMethodCaseId(int ShippingMethodCaseId)
Parameters
Type Name Description
System.Int32 ShippingMethodCaseId
Returns
Type Description
ShippingMethodDto.ShippingMethodCaseRow

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

NewShippingMethodCaseRow()

Declaration
public ShippingMethodDto.ShippingMethodCaseRow NewShippingMethodCaseRow()
Returns
Type Description
ShippingMethodDto.ShippingMethodCaseRow

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

RemoveShippingMethodCaseRow(ShippingMethodDto.ShippingMethodCaseRow)

Declaration
public void RemoveShippingMethodCaseRow(ShippingMethodDto.ShippingMethodCaseRow row)
Parameters
Type Name Description
ShippingMethodDto.ShippingMethodCaseRow row

Events

ShippingMethodCaseRowChanged

Declaration
public event ShippingMethodDto.ShippingMethodCaseRowChangeEventHandler ShippingMethodCaseRowChanged
Event Type
Type Description
ShippingMethodDto.ShippingMethodCaseRowChangeEventHandler

ShippingMethodCaseRowChanging

Declaration
public event ShippingMethodDto.ShippingMethodCaseRowChangeEventHandler ShippingMethodCaseRowChanging
Event Type
Type Description
ShippingMethodDto.ShippingMethodCaseRowChangeEventHandler

ShippingMethodCaseRowDeleted

Declaration
public event ShippingMethodDto.ShippingMethodCaseRowChangeEventHandler ShippingMethodCaseRowDeleted
Event Type
Type Description
ShippingMethodDto.ShippingMethodCaseRowChangeEventHandler

ShippingMethodCaseRowDeleting

Declaration
public event ShippingMethodDto.ShippingMethodCaseRowChangeEventHandler ShippingMethodCaseRowDeleting
Event Type
Type Description
ShippingMethodDto.ShippingMethodCaseRowChangeEventHandler