SaaS CMS has officially launched! Learn more now.

Class ShippingMethodDto.ShippingMethodCaseRow

Represents strongly named DataRow class.

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

Properties

Charge

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

EndDate

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

JurisdictionGroupId

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

ShippingMethodCaseId

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

ShippingMethodId

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

ShippingMethodRow

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

StartDate

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

Total

Declaration
public double Total { get; set; }
Property Value
Type Description
System.Double

Methods

IsEndDateNull()

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

IsJurisdictionGroupIdNull()

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

IsStartDateNull()

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

SetEndDateNull()

Declaration
public void SetEndDateNull()

SetJurisdictionGroupIdNull()

Declaration
public void SetJurisdictionGroupIdNull()

SetStartDateNull()

Declaration
public void SetStartDateNull()