Class ShippingMethodDto.ShippingCountryRow
Represents strongly named DataRow class.
Inheritance
System.Object
ShippingMethodDto.ShippingCountryRow
Assembly: Mediachase.Commerce.dll
Version: 12.17.2
public class ShippingCountryRow : DataRow
Properties
Declaration
public int CountryId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public int ShippingCountryId { 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
Methods
Declaration
public bool IsCountryIdNull()
Returns
Type |
Description |
System.Boolean |
|
Declaration
public void SetCountryIdNull()