Try our conversational search powered by Generative AI!

Class ShippingMethodDto.ShippingMethodParameterDataTable

Represents the strongly named DataTable class.

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

Constructors

ShippingMethodParameterDataTable()

Declaration
public ShippingMethodParameterDataTable()

ShippingMethodParameterDataTable(SerializationInfo, StreamingContext)

Declaration
protected ShippingMethodParameterDataTable(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.ShippingMethodParameterRow this[int index] { get; }
Parameters
Type Name Description
System.Int32 index
Property Value
Type Description
ShippingMethodDto.ShippingMethodParameterRow

ParameterColumn

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

ShippingMethodIdColumn

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

ShippingMethodParamterIdColumn

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

ValueColumn

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

Methods

AddShippingMethodParameterRow(ShippingMethodDto.ShippingMethodParameterRow)

Declaration
public void AddShippingMethodParameterRow(ShippingMethodDto.ShippingMethodParameterRow row)
Parameters
Type Name Description
ShippingMethodDto.ShippingMethodParameterRow row

AddShippingMethodParameterRow(String, String, ShippingMethodDto.ShippingMethodRow)

Declaration
public ShippingMethodDto.ShippingMethodParameterRow AddShippingMethodParameterRow(string Parameter, string Value, ShippingMethodDto.ShippingMethodRow parentShippingMethodRowByFK_ShippingMethodParameter_ShippingMethod)
Parameters
Type Name Description
System.String Parameter
System.String Value
ShippingMethodDto.ShippingMethodRow parentShippingMethodRowByFK_ShippingMethodParameter_ShippingMethod
Returns
Type Description
ShippingMethodDto.ShippingMethodParameterRow

Clone()

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

CreateInstance()

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

FindByShippingMethodParamterId(Int32)

Declaration
public ShippingMethodDto.ShippingMethodParameterRow FindByShippingMethodParamterId(int ShippingMethodParamterId)
Parameters
Type Name Description
System.Int32 ShippingMethodParamterId
Returns
Type Description
ShippingMethodDto.ShippingMethodParameterRow

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

NewShippingMethodParameterRow()

Declaration
public ShippingMethodDto.ShippingMethodParameterRow NewShippingMethodParameterRow()
Returns
Type Description
ShippingMethodDto.ShippingMethodParameterRow

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

RemoveShippingMethodParameterRow(ShippingMethodDto.ShippingMethodParameterRow)

Declaration
public void RemoveShippingMethodParameterRow(ShippingMethodDto.ShippingMethodParameterRow row)
Parameters
Type Name Description
ShippingMethodDto.ShippingMethodParameterRow row

Events

ShippingMethodParameterRowChanged

Declaration
public event ShippingMethodDto.ShippingMethodParameterRowChangeEventHandler ShippingMethodParameterRowChanged
Event Type
Type Description
ShippingMethodDto.ShippingMethodParameterRowChangeEventHandler

ShippingMethodParameterRowChanging

Declaration
public event ShippingMethodDto.ShippingMethodParameterRowChangeEventHandler ShippingMethodParameterRowChanging
Event Type
Type Description
ShippingMethodDto.ShippingMethodParameterRowChangeEventHandler

ShippingMethodParameterRowDeleted

Declaration
public event ShippingMethodDto.ShippingMethodParameterRowChangeEventHandler ShippingMethodParameterRowDeleted
Event Type
Type Description
ShippingMethodDto.ShippingMethodParameterRowChangeEventHandler

ShippingMethodParameterRowDeleting

Declaration
public event ShippingMethodDto.ShippingMethodParameterRowChangeEventHandler ShippingMethodParameterRowDeleting
Event Type
Type Description
ShippingMethodDto.ShippingMethodParameterRowChangeEventHandler