Class SalesDataSet.SalesReportRow

Represents strongly named DataRow class.

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

Properties

Discounts

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

Invoiced

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

ItemsOrdered

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

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

Shipping

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

SubTotal

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

Tax

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

Total

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

Methods

IsDiscountsNull()

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

IsInvoicedNull()

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

IsItemsOrderedNull()

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

IsNumberofOrdersNull()

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

IsPeriodNull()

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

IsShippingNull()

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

IsSubTotalNull()

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

IsTaxNull()

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

IsTotalNull()

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

SetDiscountsNull()

Declaration
public void SetDiscountsNull()

SetInvoicedNull()

Declaration
public void SetInvoicedNull()

SetItemsOrderedNull()

Declaration
public void SetItemsOrderedNull()

SetNumberofOrdersNull()

Declaration
public void SetNumberofOrdersNull()

SetPeriodNull()

Declaration
public void SetPeriodNull()

SetShippingNull()

Declaration
public void SetShippingNull()

SetSubTotalNull()

Declaration
public void SetSubTotalNull()

SetTaxNull()

Declaration
public void SetTaxNull()

SetTotalNull()

Declaration
public void SetTotalNull()