Try our conversational search powered by Generative AI!

Class ShippingMethodDto.ShippingPaymentRestrictionDataTable

Represents the strongly named DataTable class.

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

Constructors

ShippingPaymentRestrictionDataTable()

Declaration
public ShippingPaymentRestrictionDataTable()

ShippingPaymentRestrictionDataTable(SerializationInfo, StreamingContext)

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

PaymentMethodIdColumn

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

RestrictShippingMethodsColumn

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

ShippingMethodIdColumn

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

ShippingPaymentRestrictionIdColumn

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

Methods

AddShippingPaymentRestrictionRow(ShippingMethodDto.ShippingMethodRow, Guid, Boolean)

Declaration
public ShippingMethodDto.ShippingPaymentRestrictionRow AddShippingPaymentRestrictionRow(ShippingMethodDto.ShippingMethodRow parentShippingMethodRowByFK_ShippingMethod_ShippingPaymentRestriction, Guid PaymentMethodId, bool RestrictShippingMethods)
Parameters
Type Name Description
ShippingMethodDto.ShippingMethodRow parentShippingMethodRowByFK_ShippingMethod_ShippingPaymentRestriction
System.Guid PaymentMethodId
System.Boolean RestrictShippingMethods
Returns
Type Description
ShippingMethodDto.ShippingPaymentRestrictionRow

AddShippingPaymentRestrictionRow(ShippingMethodDto.ShippingPaymentRestrictionRow)

Declaration
public void AddShippingPaymentRestrictionRow(ShippingMethodDto.ShippingPaymentRestrictionRow row)
Parameters
Type Name Description
ShippingMethodDto.ShippingPaymentRestrictionRow row

Clone()

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

CreateInstance()

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

FindByShippingPaymentRestrictionId(Int32)

Declaration
public ShippingMethodDto.ShippingPaymentRestrictionRow FindByShippingPaymentRestrictionId(int ShippingPaymentRestrictionId)
Parameters
Type Name Description
System.Int32 ShippingPaymentRestrictionId
Returns
Type Description
ShippingMethodDto.ShippingPaymentRestrictionRow

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

NewShippingPaymentRestrictionRow()

Declaration
public ShippingMethodDto.ShippingPaymentRestrictionRow NewShippingPaymentRestrictionRow()
Returns
Type Description
ShippingMethodDto.ShippingPaymentRestrictionRow

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

RemoveShippingPaymentRestrictionRow(ShippingMethodDto.ShippingPaymentRestrictionRow)

Declaration
public void RemoveShippingPaymentRestrictionRow(ShippingMethodDto.ShippingPaymentRestrictionRow row)
Parameters
Type Name Description
ShippingMethodDto.ShippingPaymentRestrictionRow row

Events

ShippingPaymentRestrictionRowChanged

Declaration
public event ShippingMethodDto.ShippingPaymentRestrictionRowChangeEventHandler ShippingPaymentRestrictionRowChanged
Event Type
Type Description
ShippingMethodDto.ShippingPaymentRestrictionRowChangeEventHandler

ShippingPaymentRestrictionRowChanging

Declaration
public event ShippingMethodDto.ShippingPaymentRestrictionRowChangeEventHandler ShippingPaymentRestrictionRowChanging
Event Type
Type Description
ShippingMethodDto.ShippingPaymentRestrictionRowChangeEventHandler

ShippingPaymentRestrictionRowDeleted

Declaration
public event ShippingMethodDto.ShippingPaymentRestrictionRowChangeEventHandler ShippingPaymentRestrictionRowDeleted
Event Type
Type Description
ShippingMethodDto.ShippingPaymentRestrictionRowChangeEventHandler

ShippingPaymentRestrictionRowDeleting

Declaration
public event ShippingMethodDto.ShippingPaymentRestrictionRowChangeEventHandler ShippingPaymentRestrictionRowDeleting
Event Type
Type Description
ShippingMethodDto.ShippingPaymentRestrictionRowChangeEventHandler