Class ShippingMethodDto.ShippingMethodRow
Represents strongly named DataRow class.
Inheritance
System.Object
ShippingMethodDto.ShippingMethodRow
Assembly: Mediachase.Commerce.dll
Version: 12.17.2
public class ShippingMethodRow : DataRow
Properties
Declaration
public decimal BasePrice { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
Declaration
public DateTime Created { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Declaration
public string Currency { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string DisplayName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public bool IsActive { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool IsDefault { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public string LanguageId { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public DateTime Modified { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int Ordering { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public Guid ShippingMethodId { get; set; }
Property Value
Type |
Description |
System.Guid |
|
Declaration
public Guid ShippingOptionId { get; set; }
Property Value
Type |
Description |
System.Guid |
|
Declaration
public ShippingMethodDto.ShippingOptionRow ShippingOptionRow { get; set; }
Property Value
Methods
Declaration
public ShippingMethodDto.MarketShippingMethodsRow[] GetMarketShippingMethodsRows()
Returns
Declaration
public ShippingMethodDto.ShippingCountryRow[] GetShippingCountryRows()
Returns
Declaration
public ShippingMethodDto.ShippingMethodCaseRow[] GetShippingMethodCaseRows()
Returns
Declaration
public ShippingMethodDto.ShippingMethodParameterRow[] GetShippingMethodParameterRows()
Returns
Declaration
public ShippingMethodDto.ShippingPaymentRestrictionRow[] GetShippingPaymentRestrictionRows()
Returns
Declaration
public ShippingMethodDto.ShippingRegionRow[] GetShippingRegionRows()
Returns
Declaration
public bool IsCurrencyNull()
Returns
Type |
Description |
System.Boolean |
|
Declaration
public bool IsDescriptionNull()
Returns
Type |
Description |
System.Boolean |
|
Declaration
public bool IsOrderingNull()
Returns
Type |
Description |
System.Boolean |
|
Declaration
public void SetCurrencyNull()
Declaration
public void SetDescriptionNull()
Declaration
public void SetOrderingNull()