Class PerfDataSet.SalesTableRow

Represents strongly named DataRow class.

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

Properties

BillingCurrency

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

GrossSales

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

NetSales

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

Methods

IsBillingCurrencyNull()

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

IsGrossSalesNull()

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

IsNetSalesNull()

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

SetBillingCurrencyNull()

Declaration
public void SetBillingCurrencyNull()

SetGrossSalesNull()

Declaration
public void SetGrossSalesNull()

SetNetSalesNull()

Declaration
public void SetNetSalesNull()