Class ProductDataSet.BestSellersReportRow

Represents strongly named DataRow class.

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

Properties

Code

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

Ordered

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

Period

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

Price

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

ProductName

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

Methods

IsCodeNull()

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

IsOrderedNull()

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

IsPeriodNull()

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

IsPriceNull()

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

IsProductNameNull()

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

SetCodeNull()

Declaration
public void SetCodeNull()

SetOrderedNull()

Declaration
public void SetOrderedNull()

SetPeriodNull()

Declaration
public void SetPeriodNull()

SetPriceNull()

Declaration
public void SetPriceNull()

SetProductNameNull()

Declaration
public void SetProductNameNull()