SaaS CMS has officially launched! Learn more now.

Class ShippingMethodDto.ShippingMethodRow

Represents strongly named DataRow class.

Inheritance
System.Object
ShippingMethodDto.ShippingMethodRow
Namespace: Mediachase.Commerce.Orders.Dto
Assembly: Mediachase.Commerce.dll
Version: 11.8.3
Syntax
public class ShippingMethodRow : DataRow

Properties

BasePrice

Declaration
public decimal BasePrice { get; set; }
Property Value
Type Description
System.Decimal

Created

Declaration
public DateTime Created { get; set; }
Property Value
Type Description
System.DateTime

Currency

Declaration
public string Currency { get; set; }
Property Value
Type Description
System.String

Description

Declaration
public string Description { get; set; }
Property Value
Type Description
System.String

DisplayName

Declaration
public string DisplayName { get; set; }
Property Value
Type Description
System.String

IsActive

Declaration
public bool IsActive { get; set; }
Property Value
Type Description
System.Boolean

IsDefault

Declaration
public bool IsDefault { get; set; }
Property Value
Type Description
System.Boolean

LanguageId

Declaration
public string LanguageId { get; set; }
Property Value
Type Description
System.String

Modified

Declaration
public DateTime Modified { get; set; }
Property Value
Type Description
System.DateTime

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String

Ordering

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

ShippingMethodId

Declaration
public Guid ShippingMethodId { get; set; }
Property Value
Type Description
System.Guid

ShippingOptionId

Declaration
public Guid ShippingOptionId { get; set; }
Property Value
Type Description
System.Guid

ShippingOptionRow

Declaration
public ShippingMethodDto.ShippingOptionRow ShippingOptionRow { get; set; }
Property Value
Type Description
ShippingMethodDto.ShippingOptionRow

Methods

GetMarketShippingMethodsRows()

Declaration
public ShippingMethodDto.MarketShippingMethodsRow[] GetMarketShippingMethodsRows()
Returns
Type Description
ShippingMethodDto.MarketShippingMethodsRow[]

GetShippingCountryRows()

Declaration
public ShippingMethodDto.ShippingCountryRow[] GetShippingCountryRows()
Returns
Type Description
ShippingMethodDto.ShippingCountryRow[]

GetShippingMethodCaseRows()

Declaration
public ShippingMethodDto.ShippingMethodCaseRow[] GetShippingMethodCaseRows()
Returns
Type Description
ShippingMethodDto.ShippingMethodCaseRow[]

GetShippingMethodParameterRows()

Declaration
public ShippingMethodDto.ShippingMethodParameterRow[] GetShippingMethodParameterRows()
Returns
Type Description
ShippingMethodDto.ShippingMethodParameterRow[]

GetShippingPaymentRestrictionRows()

Declaration
public ShippingMethodDto.ShippingPaymentRestrictionRow[] GetShippingPaymentRestrictionRows()
Returns
Type Description
ShippingMethodDto.ShippingPaymentRestrictionRow[]

GetShippingRegionRows()

Declaration
public ShippingMethodDto.ShippingRegionRow[] GetShippingRegionRows()
Returns
Type Description
ShippingMethodDto.ShippingRegionRow[]

IsCurrencyNull()

Declaration
public bool IsCurrencyNull()
Returns
Type Description
System.Boolean

IsDescriptionNull()

Declaration
public bool IsDescriptionNull()
Returns
Type Description
System.Boolean

IsOrderingNull()

Declaration
public bool IsOrderingNull()
Returns
Type Description
System.Boolean

SetCurrencyNull()

Declaration
public void SetCurrencyNull()

SetDescriptionNull()

Declaration
public void SetDescriptionNull()

SetOrderingNull()

Declaration
public void SetOrderingNull()