Class CustomersDataSet.NewAccountsReportRow
Represents strongly named DataRow class.
Inheritance
System.Object
CustomersDataSet.NewAccountsReportRow
Assembly: Mediachase.WebConsoleLib.dll
Version: 10.8.0
public class NewAccountsReportRow : DataRow
Properties
Declaration
public int NewAccounts { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public string Period { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
Declaration
public bool IsNewAccountsNull()
Returns
Type |
Description |
System.Boolean |
|
Declaration
public bool IsPeriodNull()
Returns
Type |
Description |
System.Boolean |
|
Declaration
public void SetNewAccountsNull()
Declaration
public void SetPeriodNull()