SaaS CMS has officially launched! Learn more now.

Class ShippingMethodDto.PackageRow

Represents strongly named DataRow class.

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

Properties

Description

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

Height

Declaration
public double Height { get; set; }
Property Value
Type Description
System.Double

Length

Declaration
public double Length { get; set; }
Property Value
Type Description
System.Double

Name

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

PackageId

Declaration
public int PackageId { get; set; }
Property Value
Type Description
System.Int32

Width

Declaration
public double Width { get; set; }
Property Value
Type Description
System.Double

Methods

IsDescriptionNull()

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

IsHeightNull()

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

IsLengthNull()

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

IsWidthNull()

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

SetDescriptionNull()

Declaration
public void SetDescriptionNull()

SetHeightNull()

Declaration
public void SetHeightNull()

SetLengthNull()

Declaration
public void SetLengthNull()

SetWidthNull()

Declaration
public void SetWidthNull()