Class PickListDataSet.ShipmentsRow

Represents strongly named DataRow class.

Inheritance
System.Object
PickListDataSet.ShipmentsRow
Namespace: Mediachase.Web.Console.Reporting.DataSources
Assembly: Mediachase.WebConsoleLib.dll
Version: 10.8.0
Syntax
public class ShipmentsRow : DataRow

Properties

BillingAddress

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

CatalogEntryId

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

CustomerName

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

DisplayName

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

OrderDate

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

OrderTrackingNumber

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

OverallTotal

Declaration
public decimal OverallTotal { get; set; }
Property Value
Type Description
System.Decimal

PlacedPrice

Declaration
public decimal PlacedPrice { get; set; }
Property Value
Type Description
System.Decimal

Quantity

Declaration
public decimal Quantity { get; set; }
Property Value
Type Description
System.Decimal

ShipmentId

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

ShipmentTotal

Declaration
public decimal ShipmentTotal { get; set; }
Property Value
Type Description
System.Decimal

ShippingAddress

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

TaxTotal

Declaration
public decimal TaxTotal { get; set; }
Property Value
Type Description
System.Decimal

Methods

IsBillingAddressNull()

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

IsCatalogEntryIdNull()

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

IsCustomerNameNull()

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

IsDisplayNameNull()

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

IsOrderDateNull()

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

IsOrderTrackingNumberNull()

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

IsOverallTotalNull()

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

IsPlacedPriceNull()

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

IsQuantityNull()

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

IsShipmentIdNull()

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

IsShipmentTotalNull()

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

IsShippingAddressNull()

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

IsTaxTotalNull()

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

SetBillingAddressNull()

Declaration
public void SetBillingAddressNull()

SetCatalogEntryIdNull()

Declaration
public void SetCatalogEntryIdNull()

SetCustomerNameNull()

Declaration
public void SetCustomerNameNull()

SetDisplayNameNull()

Declaration
public void SetDisplayNameNull()

SetOrderDateNull()

Declaration
public void SetOrderDateNull()

SetOrderTrackingNumberNull()

Declaration
public void SetOrderTrackingNumberNull()

SetOverallTotalNull()

Declaration
public void SetOverallTotalNull()

SetPlacedPriceNull()

Declaration
public void SetPlacedPriceNull()

SetQuantityNull()

Declaration
public void SetQuantityNull()

SetShipmentIdNull()

Declaration
public void SetShipmentIdNull()

SetShipmentTotalNull()

Declaration
public void SetShipmentTotalNull()

SetShippingAddressNull()

Declaration
public void SetShippingAddressNull()

SetTaxTotalNull()

Declaration
public void SetTaxTotalNull()