Class InvoiceLine
Inheritance
System.Object
InvoiceLine
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
Properties
View Source
ArticleNo
Declaration
public string ArticleNo { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
ArticleNoSupplier
Declaration
public string ArticleNoSupplier { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Company
Declaration
public string Company { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
CostPrice
Declaration
public decimal? CostPrice { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
View Source
DeliveryDate
Declaration
public DateTime? DeliveryDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
View Source
Dept
Declaration
public string Dept { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Discount
Declaration
public decimal? Discount { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
View Source
InvoiceLineExportId
Declaration
public int InvoiceLineExportId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
InvoiceNo
Declaration
public decimal? InvoiceNo { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
View Source
IsInvoiceable
Declaration
public bool? IsInvoiceable { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
View Source
LineNo
Declaration
public decimal? LineNo { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
View Source
OrderNo
Declaration
public decimal? OrderNo { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
View Source
PackingSlipNo
Declaration
public decimal? PackingSlipNo { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
View Source
Declaration
public string ProcessingInformation { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
ProcessingStatus
Declaration
public ProcessingStatusEnum ProcessingStatus { get; set; }
Property Value
Type |
Description |
Evatic.Common.Service.DataContract.StagingTables.DataModel.ProcessingStatusEnum |
|
View Source
QtyDelivered
Declaration
public decimal? QtyDelivered { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
View Source
QtyInvoiced
Declaration
public decimal? QtyInvoiced { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
View Source
SalesPrice
Declaration
public decimal? SalesPrice { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
View Source
TransactionId
Declaration
public int TransactionId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
VatCode
Declaration
public decimal? VatCode { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|