Class PerfDataSet.SalesMonthlyTableRow

Represents strongly named DataRow class.

Inheritance
System.Object
PerfDataSet.SalesMonthlyTableRow
Namespace: Mediachase.Web.Console.Reporting.DataSources
Assembly: Mediachase.WebConsoleLib.dll
Version: 10.8.0
Syntax
public class SalesMonthlyTableRow : 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

Month

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

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

IsMonthNull()

Declaration
public bool IsMonthNull()
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()

SetMonthNull()

Declaration
public void SetMonthNull()

SetNetSalesNull()

Declaration
public void SetNetSalesNull()