Class ShippingMethodDto.ShippingMethodCaseRow
Represents strongly named DataRow class.
Inheritance
System.Object
ShippingMethodDto.ShippingMethodCaseRow
Assembly: Mediachase.Commerce.dll
Version: 12.17.2
public class ShippingMethodCaseRow : DataRow
Properties
Declaration
public decimal Charge { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
Declaration
public DateTime EndDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Declaration
public int JurisdictionGroupId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public int ShippingMethodCaseId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public Guid ShippingMethodId { get; set; }
Property Value
Type |
Description |
System.Guid |
|
Declaration
public ShippingMethodDto.ShippingMethodRow ShippingMethodRow { get; set; }
Property Value
Declaration
public DateTime StartDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Declaration
public double Total { get; set; }
Property Value
Type |
Description |
System.Double |
|
Methods
Declaration
public bool IsEndDateNull()
Returns
Type |
Description |
System.Boolean |
|
Declaration
public bool IsJurisdictionGroupIdNull()
Returns
Type |
Description |
System.Boolean |
|
Declaration
public bool IsStartDateNull()
Returns
Type |
Description |
System.Boolean |
|
Declaration
public void SetEndDateNull()
Declaration
public void SetJurisdictionGroupIdNull()
Declaration
public void SetStartDateNull()