Class ShippingMethodDto.PackageRow
Represents strongly named DataRow class.
Inheritance
System.Object
ShippingMethodDto.PackageRow
Assembly: Mediachase.Commerce.dll
Version: 10.8.0
public class PackageRow : DataRow
Properties
Declaration
public Guid ApplicationId { get; set; }
Property Value
| Type |
Description |
| System.Guid |
|
Declaration
public string Description { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public double Height { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public double Length { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public string Name { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public int PackageId { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
Declaration
public double Width { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Methods
Declaration
public bool IsDescriptionNull()
Returns
| Type |
Description |
| System.Boolean |
|
Declaration
public bool IsHeightNull()
Returns
| Type |
Description |
| System.Boolean |
|
Declaration
public bool IsLengthNull()
Returns
| Type |
Description |
| System.Boolean |
|
Declaration
public bool IsWidthNull()
Returns
| Type |
Description |
| System.Boolean |
|
Declaration
public void SetDescriptionNull()
Declaration
public void SetHeightNull()
Declaration
public void SetLengthNull()
Declaration
public void SetWidthNull()