Class SalesDataSet.ShippingReportRow

Represents strongly named DataRow class.

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

Properties

NumberOfOrders

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

Period

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

ShippingCost

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

ShippingDiscount

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

ShippingMethod

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

TotalShipping

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

Methods

IsNumberOfOrdersNull()

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

IsPeriodNull()

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

IsShippingCostNull()

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

IsShippingDiscountNull()

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

IsShippingMethodNull()

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

IsTotalShippingNull()

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

SetNumberOfOrdersNull()

Declaration
public void SetNumberOfOrdersNull()

SetPeriodNull()

Declaration
public void SetPeriodNull()

SetShippingCostNull()

Declaration
public void SetShippingCostNull()

SetShippingDiscountNull()

Declaration
public void SetShippingDiscountNull()

SetShippingMethodNull()

Declaration
public void SetShippingMethodNull()

SetTotalShippingNull()

Declaration
public void SetTotalShippingNull()