Class PickListDataSet.ShipmentsRow
Represents strongly named DataRow class.
Inheritance
System.Object
PickListDataSet.ShipmentsRow
Assembly: Mediachase.WebConsoleLib.dll
Version: 10.8.0
public class ShipmentsRow : DataRow
Properties
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 |
|
Declaration
public string CustomerName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public string DisplayName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public string OrderDate { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public string OrderTrackingNumber { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public decimal OverallTotal { get; set; }
Property Value
| Type |
Description |
| System.Decimal |
|
Declaration
public decimal PlacedPrice { get; set; }
Property Value
| Type |
Description |
| System.Decimal |
|
Declaration
public decimal Quantity { get; set; }
Property Value
| Type |
Description |
| System.Decimal |
|
Declaration
public int ShipmentId { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
Declaration
public decimal ShipmentTotal { get; set; }
Property Value
| Type |
Description |
| System.Decimal |
|
Declaration
public string ShippingAddress { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public decimal TaxTotal { get; set; }
Property Value
| Type |
Description |
| System.Decimal |
|
Methods
Declaration
public bool IsBillingAddressNull()
Returns
| Type |
Description |
| System.Boolean |
|
IsCatalogEntryIdNull()
Declaration
public bool IsCatalogEntryIdNull()
Returns
| Type |
Description |
| System.Boolean |
|
Declaration
public bool IsCustomerNameNull()
Returns
| Type |
Description |
| System.Boolean |
|
Declaration
public bool IsDisplayNameNull()
Returns
| Type |
Description |
| System.Boolean |
|
Declaration
public bool IsOrderDateNull()
Returns
| Type |
Description |
| System.Boolean |
|
Declaration
public bool IsOrderTrackingNumberNull()
Returns
| Type |
Description |
| System.Boolean |
|
Declaration
public bool IsOverallTotalNull()
Returns
| Type |
Description |
| System.Boolean |
|
Declaration
public bool IsPlacedPriceNull()
Returns
| Type |
Description |
| System.Boolean |
|
Declaration
public bool IsQuantityNull()
Returns
| Type |
Description |
| System.Boolean |
|
Declaration
public bool IsShipmentIdNull()
Returns
| Type |
Description |
| System.Boolean |
|
Declaration
public bool IsShipmentTotalNull()
Returns
| Type |
Description |
| System.Boolean |
|
Declaration
public bool IsShippingAddressNull()
Returns
| Type |
Description |
| System.Boolean |
|
Declaration
public bool IsTaxTotalNull()
Returns
| Type |
Description |
| System.Boolean |
|
Declaration
public void SetBillingAddressNull()
SetCatalogEntryIdNull()
Declaration
public void SetCatalogEntryIdNull()
Declaration
public void SetCustomerNameNull()
Declaration
public void SetDisplayNameNull()
Declaration
public void SetOrderDateNull()
Declaration
public void SetOrderTrackingNumberNull()
Declaration
public void SetOverallTotalNull()
Declaration
public void SetPlacedPriceNull()
Declaration
public void SetQuantityNull()
Declaration
public void SetShipmentIdNull()
Declaration
public void SetShipmentTotalNull()
Declaration
public void SetShippingAddressNull()
Declaration
public void SetTaxTotalNull()