Class CustomersDataSet.NewAccountsReportRow

Represents strongly named DataRow class.

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

Properties

NewAccounts

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

Period

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

Methods

IsNewAccountsNull()

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

IsPeriodNull()

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

SetNewAccountsNull()

Declaration
public void SetNewAccountsNull()

SetPeriodNull()

Declaration
public void SetPeriodNull()