Class ShippingMethodDto.ShippingMethodDataTable
Represents the strongly named DataTable class.
Inheritance
System.Object
ShippingMethodDto.ShippingMethodDataTable
Assembly: Mediachase.Commerce.dll
Version: 12.17.2
public class ShippingMethodDataTable : TypedTableBase<ShippingMethodDto.ShippingMethodRow>
Constructors
Declaration
public ShippingMethodDataTable()
ShippingMethodDataTable(SerializationInfo, StreamingContext)
Declaration
protected ShippingMethodDataTable(SerializationInfo info, StreamingContext context)
Parameters
Type |
Name |
Description |
System.Runtime.Serialization.SerializationInfo |
info |
|
System.Runtime.Serialization.StreamingContext |
context |
|
Properties
Declaration
public DataColumn BasePriceColumn { get; }
Property Value
Type |
Description |
System.Data.DataColumn |
|
Declaration
public int Count { get; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public DataColumn CreatedColumn { get; }
Property Value
Type |
Description |
System.Data.DataColumn |
|
Declaration
public DataColumn CurrencyColumn { get; }
Property Value
Type |
Description |
System.Data.DataColumn |
|
Declaration
public DataColumn DescriptionColumn { get; }
Property Value
Type |
Description |
System.Data.DataColumn |
|
Declaration
public DataColumn DisplayNameColumn { get; }
Property Value
Type |
Description |
System.Data.DataColumn |
|
Declaration
public DataColumn IsActiveColumn { get; }
Property Value
Type |
Description |
System.Data.DataColumn |
|
Declaration
public DataColumn IsDefaultColumn { get; }
Property Value
Type |
Description |
System.Data.DataColumn |
|
Declaration
public ShippingMethodDto.ShippingMethodRow this[int index] { get; }
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Property Value
Declaration
public DataColumn LanguageIdColumn { get; }
Property Value
Type |
Description |
System.Data.DataColumn |
|
Declaration
public DataColumn ModifiedColumn { get; }
Property Value
Type |
Description |
System.Data.DataColumn |
|
Declaration
public DataColumn NameColumn { get; }
Property Value
Type |
Description |
System.Data.DataColumn |
|
Declaration
public DataColumn OrderingColumn { get; }
Property Value
Type |
Description |
System.Data.DataColumn |
|
Declaration
public DataColumn ShippingMethodIdColumn { get; }
Property Value
Type |
Description |
System.Data.DataColumn |
|
Declaration
public DataColumn ShippingOptionIdColumn { get; }
Property Value
Type |
Description |
System.Data.DataColumn |
|
Methods
Declaration
public void AddShippingMethodRow(ShippingMethodDto.ShippingMethodRow row)
Parameters
Declaration
public ShippingMethodDto.ShippingMethodRow AddShippingMethodRow(Guid ShippingMethodId, ShippingMethodDto.ShippingOptionRow parentShippingOptionRowByFK_ShippingOption_ShippingMethod, string LanguageId, bool IsActive, string Name, string Description, decimal BasePrice, string Currency, string DisplayName, bool IsDefault, int Ordering, DateTime Created, DateTime Modified)
Parameters
Type |
Name |
Description |
System.Guid |
ShippingMethodId |
|
ShippingMethodDto.ShippingOptionRow |
parentShippingOptionRowByFK_ShippingOption_ShippingMethod |
|
System.String |
LanguageId |
|
System.Boolean |
IsActive |
|
System.String |
Name |
|
System.String |
Description |
|
System.Decimal |
BasePrice |
|
System.String |
Currency |
|
System.String |
DisplayName |
|
System.Boolean |
IsDefault |
|
System.Int32 |
Ordering |
|
System.DateTime |
Created |
|
System.DateTime |
Modified |
|
Returns
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.ShippingMethodRow FindByShippingMethodId(Guid ShippingMethodId)
Parameters
Type |
Name |
Description |
System.Guid |
ShippingMethodId |
|
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.ShippingMethodRow NewShippingMethodRow()
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 RemoveShippingMethodRow(ShippingMethodDto.ShippingMethodRow row)
Parameters
Events
Declaration
public event ShippingMethodDto.ShippingMethodRowChangeEventHandler ShippingMethodRowChanged
Event Type
Declaration
public event ShippingMethodDto.ShippingMethodRowChangeEventHandler ShippingMethodRowChanging
Event Type
Declaration
public event ShippingMethodDto.ShippingMethodRowChangeEventHandler ShippingMethodRowDeleted
Event Type
Declaration
public event ShippingMethodDto.ShippingMethodRowChangeEventHandler ShippingMethodRowDeleting
Event Type