Class InvoiceReport
Inheritance
System.Object
InvoiceReport
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Evatic.Common.dll
Syntax
public class InvoiceReport
Properties
View Source
Company
Declaration
public string Company { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
ContractNo
Declaration
public string ContractNo { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
ContractType
Declaration
public string ContractType { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
CustomerName
Declaration
public string CustomerName { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
CustomerNo
Declaration
public string CustomerNo { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
CustomerTotal
Declaration
public decimal? CustomerTotal { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
View Source
CustomerUnitPrice
Declaration
public decimal? CustomerUnitPrice { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
View Source
DealerName
Declaration
public string DealerName { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
DealerNo
Declaration
public string DealerNo { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
DealerTotal
Declaration
public decimal? DealerTotal { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
View Source
DealerUnitPrice
Declaration
public decimal? DealerUnitPrice { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
View Source
Dept
Declaration
public string Dept { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
FromCounter
Declaration
public int FromCounter { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
FromCounterLessToCounter
Declaration
public int FromCounterLessToCounter { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
InvoiceDate
Declaration
public DateTime InvoiceDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
View Source
InvoicedFromDate
Declaration
public DateTime InvoicedFromDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
View Source
InvoicedToDate
Declaration
public DateTime InvoicedToDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
View Source
InvoiceNo
Declaration
public string InvoiceNo { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
MachineNo
Declaration
public string MachineNo { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
MeterType
Declaration
public string MeterType { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
ModelType
Declaration
public string ModelType { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
ObjDate
Declaration
public DateTime? ObjDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
View Source
RowId
Declaration
public int RowId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
ToCounter
Declaration
public int ToCounter { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
TransactionId
Declaration
public int TransactionId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Extension Methods