Class ShippingMethodDto.ShippingOptionRow
Represents strongly named DataRow class.
Inheritance
System.Object
ShippingMethodDto.ShippingOptionRow
Assembly: Mediachase.Commerce.dll
Version: 12.17.2
public class ShippingOptionRow : DataRow
Properties
Declaration
public string ClassName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public DateTime Created { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Declaration
public string Description { 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 Guid ShippingOptionId { get; set; }
Property Value
Type |
Description |
System.Guid |
|
Declaration
public string SystemKeyword { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
Declaration
public ShippingMethodDto.ShippingMethodRow[] GetShippingMethodRows()
Returns
Declaration
public ShippingMethodDto.ShippingOptionParameterRow[] GetShippingOptionParameterRows()
Returns
Declaration
public ShippingMethodDto.ShippingPackageRow[] GetShippingPackageRows()
Returns
Declaration
public bool IsDescriptionNull()
Returns
Type |
Description |
System.Boolean |
|
Declaration
public void SetDescriptionNull()