London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class ShippingMethodDto.ShippingOptionRow

Represents strongly named DataRow class.

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

Properties

ClassName

Declaration
public string ClassName { get; set; }
Property Value
Type Description
System.String

Created

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

Description

Declaration
public string Description { get; set; }
Property Value
Type Description
System.String

Modified

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

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String

ShippingOptionId

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

SystemKeyword

Declaration
public string SystemKeyword { get; set; }
Property Value
Type Description
System.String

Methods

GetShippingMethodRows()

Declaration
public ShippingMethodDto.ShippingMethodRow[] GetShippingMethodRows()
Returns
Type Description
ShippingMethodDto.ShippingMethodRow[]

GetShippingOptionParameterRows()

Declaration
public ShippingMethodDto.ShippingOptionParameterRow[] GetShippingOptionParameterRows()
Returns
Type Description
ShippingMethodDto.ShippingOptionParameterRow[]

GetShippingPackageRows()

Declaration
public ShippingMethodDto.ShippingPackageRow[] GetShippingPackageRows()
Returns
Type Description
ShippingMethodDto.ShippingPackageRow[]

IsDescriptionNull()

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

SetDescriptionNull()

Declaration
public void SetDescriptionNull()