Try our conversational search powered by Generative AI!

Class ShippingMethodDto.ShippingMethodDataTable

Represents the strongly named DataTable class.

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

Constructors

ShippingMethodDataTable()

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

ApplicationIdColumn

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

BasePriceColumn

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

Count

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

CreatedColumn

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

CurrencyColumn

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

DescriptionColumn

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

DisplayNameColumn

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

IsActiveColumn

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

IsDefaultColumn

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

Item[Int32]

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

LanguageIdColumn

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

ModifiedColumn

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

NameColumn

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

OrderingColumn

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

ShippingMethodIdColumn

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

ShippingOptionIdColumn

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

Methods

AddShippingMethodRow(ShippingMethodDto.ShippingMethodRow)

Declaration
public void AddShippingMethodRow(ShippingMethodDto.ShippingMethodRow row)
Parameters
Type Name Description
ShippingMethodDto.ShippingMethodRow row

AddShippingMethodRow(Guid, ShippingMethodDto.ShippingOptionRow, Guid, String, Boolean, String, String, Decimal, String, String, Boolean, Int32, DateTime, DateTime)

Declaration
public ShippingMethodDto.ShippingMethodRow AddShippingMethodRow(Guid ShippingMethodId, ShippingMethodDto.ShippingOptionRow parentShippingOptionRowByFK_ShippingOption_ShippingMethod, Guid ApplicationId, 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.Guid ApplicationId
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
Type Description
ShippingMethodDto.ShippingMethodRow

Clone()

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

CreateInstance()

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

FindByShippingMethodId(Guid)

Declaration
public ShippingMethodDto.ShippingMethodRow FindByShippingMethodId(Guid ShippingMethodId)
Parameters
Type Name Description
System.Guid ShippingMethodId
Returns
Type Description
ShippingMethodDto.ShippingMethodRow

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

NewShippingMethodRow()

Declaration
public ShippingMethodDto.ShippingMethodRow NewShippingMethodRow()
Returns
Type Description
ShippingMethodDto.ShippingMethodRow

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

RemoveShippingMethodRow(ShippingMethodDto.ShippingMethodRow)

Declaration
public void RemoveShippingMethodRow(ShippingMethodDto.ShippingMethodRow row)
Parameters
Type Name Description
ShippingMethodDto.ShippingMethodRow row

Events

ShippingMethodRowChanged

Declaration
public event ShippingMethodDto.ShippingMethodRowChangeEventHandler ShippingMethodRowChanged
Event Type
Type Description
ShippingMethodDto.ShippingMethodRowChangeEventHandler

ShippingMethodRowChanging

Declaration
public event ShippingMethodDto.ShippingMethodRowChangeEventHandler ShippingMethodRowChanging
Event Type
Type Description
ShippingMethodDto.ShippingMethodRowChangeEventHandler

ShippingMethodRowDeleted

Declaration
public event ShippingMethodDto.ShippingMethodRowChangeEventHandler ShippingMethodRowDeleted
Event Type
Type Description
ShippingMethodDto.ShippingMethodRowChangeEventHandler

ShippingMethodRowDeleting

Declaration
public event ShippingMethodDto.ShippingMethodRowChangeEventHandler ShippingMethodRowDeleting
Event Type
Type Description
ShippingMethodDto.ShippingMethodRowChangeEventHandler