Class SalesDataSet.SalesReportRow
Represents strongly named DataRow class.
Inheritance
System.Object
SalesDataSet.SalesReportRow
Assembly: Mediachase.WebConsoleLib.dll
Version: 10.8.0
public class SalesReportRow : DataRow
Properties
Declaration
public decimal Discounts { get; set; }
Property Value
| Type |
Description |
| System.Decimal |
|
Declaration
public decimal Invoiced { get; set; }
Property Value
| Type |
Description |
| System.Decimal |
|
Declaration
public int ItemsOrdered { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
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 Shipping { get; set; }
Property Value
| Type |
Description |
| System.Decimal |
|
Declaration
public decimal SubTotal { get; set; }
Property Value
| Type |
Description |
| System.Decimal |
|
Declaration
public decimal Tax { get; set; }
Property Value
| Type |
Description |
| System.Decimal |
|
Declaration
public decimal Total { get; set; }
Property Value
| Type |
Description |
| System.Decimal |
|
Methods
Declaration
public bool IsDiscountsNull()
Returns
| Type |
Description |
| System.Boolean |
|
Declaration
public bool IsInvoicedNull()
Returns
| Type |
Description |
| System.Boolean |
|
Declaration
public bool IsItemsOrderedNull()
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 IsShippingNull()
Returns
| Type |
Description |
| System.Boolean |
|
Declaration
public bool IsSubTotalNull()
Returns
| Type |
Description |
| System.Boolean |
|
Declaration
Returns
| Type |
Description |
| System.Boolean |
|
Declaration
public bool IsTotalNull()
Returns
| Type |
Description |
| System.Boolean |
|
Declaration
public void SetDiscountsNull()
Declaration
public void SetInvoicedNull()
Declaration
public void SetItemsOrderedNull()
Declaration
public void SetNumberofOrdersNull()
Declaration
public void SetPeriodNull()
Declaration
public void SetShippingNull()
Declaration
public void SetSubTotalNull()
Declaration
Declaration
public void SetTotalNull()