Class CustomersDataSet.CustomerOrderTotalsReportRow
Represents strongly named DataRow class.
Inheritance
System.Object
CustomersDataSet.CustomerOrderTotalsReportRow
Assembly: Mediachase.WebConsoleLib.dll
Version: 10.8.0
public class CustomerOrderTotalsReportRow : DataRow
Properties
Declaration
public decimal AverageOrderAmount { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
Declaration
public string CustomerName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int NumberofOrders { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public string Period { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public decimal TotalOrderAmount { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
Methods
Declaration
public bool IsAverageOrderAmountNull()
Returns
Type |
Description |
System.Boolean |
|
Declaration
public bool IsCustomerNameNull()
Returns
Type |
Description |
System.Boolean |
|
Declaration
public bool IsNumberofOrdersNull()
Returns
Type |
Description |
System.Boolean |
|
Declaration
public bool IsPeriodNull()
Returns
Type |
Description |
System.Boolean |
|
Declaration
public bool IsTotalOrderAmountNull()
Returns
Type |
Description |
System.Boolean |
|
Declaration
public void SetAverageOrderAmountNull()
Declaration
public void SetCustomerNameNull()
Declaration
public void SetNumberofOrdersNull()
Declaration
public void SetPeriodNull()
Declaration
public void SetTotalOrderAmountNull()