Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class ShippingMethodDto.ShippingOptionRow

Represents strongly named DataRow class.

Inheritance
System.Object
ShippingMethodDto.ShippingOptionRow
Namespace: Mediachase.Commerce.Orders.Dto
Assembly: Mediachase.Commerce.dll
Version: 14.26.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()