Class ShippingMethodDto.ShippingPaymentRestrictionDataTable
Represents the strongly named DataTable class.
Inheritance
System.Object
ShippingMethodDto.ShippingPaymentRestrictionDataTable
Assembly: Mediachase.Commerce.dll
Version: 12.17.2
public class ShippingPaymentRestrictionDataTable : TypedTableBase<ShippingMethodDto.ShippingPaymentRestrictionRow>
Constructors
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
Declaration
public int Count { get; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public ShippingMethodDto.ShippingPaymentRestrictionRow this[int index] { get; }
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Property Value
Declaration
public DataColumn PaymentMethodIdColumn { get; }
Property Value
Type |
Description |
System.Data.DataColumn |
|
Declaration
public DataColumn RestrictShippingMethodsColumn { get; }
Property Value
Type |
Description |
System.Data.DataColumn |
|
Declaration
public DataColumn ShippingMethodIdColumn { get; }
Property Value
Type |
Description |
System.Data.DataColumn |
|
Declaration
public DataColumn ShippingPaymentRestrictionIdColumn { get; }
Property Value
Type |
Description |
System.Data.DataColumn |
|
Methods
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
Declaration
public void AddShippingPaymentRestrictionRow(ShippingMethodDto.ShippingPaymentRestrictionRow row)
Parameters
Declaration
public override DataTable Clone()
Returns
Type |
Description |
System.Data.DataTable |
|
Declaration
protected override DataTable CreateInstance()
Returns
Type |
Description |
System.Data.DataTable |
|
Declaration
public ShippingMethodDto.ShippingPaymentRestrictionRow FindByShippingPaymentRestrictionId(int ShippingPaymentRestrictionId)
Parameters
Type |
Name |
Description |
System.Int32 |
ShippingPaymentRestrictionId |
|
Returns
Declaration
protected override Type GetRowType()
Returns
Type |
Description |
System.Type |
|
Declaration
public static XmlSchemaComplexType GetTypedTableSchema(XmlSchemaSet xs)
Parameters
Type |
Name |
Description |
System.Xml.Schema.XmlSchemaSet |
xs |
|
Returns
Type |
Description |
System.Xml.Schema.XmlSchemaComplexType |
|
Declaration
protected override DataRow NewRowFromBuilder(DataRowBuilder builder)
Parameters
Type |
Name |
Description |
System.Data.DataRowBuilder |
builder |
|
Returns
Type |
Description |
System.Data.DataRow |
|
Declaration
public ShippingMethodDto.ShippingPaymentRestrictionRow NewShippingPaymentRestrictionRow()
Returns
Declaration
protected override void OnRowChanged(DataRowChangeEventArgs e)
Parameters
Type |
Name |
Description |
System.Data.DataRowChangeEventArgs |
e |
|
Declaration
protected override void OnRowChanging(DataRowChangeEventArgs e)
Parameters
Type |
Name |
Description |
System.Data.DataRowChangeEventArgs |
e |
|
Declaration
protected override void OnRowDeleted(DataRowChangeEventArgs e)
Parameters
Type |
Name |
Description |
System.Data.DataRowChangeEventArgs |
e |
|
Declaration
protected override void OnRowDeleting(DataRowChangeEventArgs e)
Parameters
Type |
Name |
Description |
System.Data.DataRowChangeEventArgs |
e |
|
Declaration
public void RemoveShippingPaymentRestrictionRow(ShippingMethodDto.ShippingPaymentRestrictionRow row)
Parameters
Events
Declaration
public event ShippingMethodDto.ShippingPaymentRestrictionRowChangeEventHandler ShippingPaymentRestrictionRowChanged
Event Type
Declaration
public event ShippingMethodDto.ShippingPaymentRestrictionRowChangeEventHandler ShippingPaymentRestrictionRowChanging
Event Type
Declaration
public event ShippingMethodDto.ShippingPaymentRestrictionRowChangeEventHandler ShippingPaymentRestrictionRowDeleted
Event Type
Declaration
public event ShippingMethodDto.ShippingPaymentRestrictionRowChangeEventHandler ShippingPaymentRestrictionRowDeleting
Event Type