Class SupplierOrderLine
Inheritance
System.Object
SupplierOrderLine
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 SupplierOrderLine
Properties
View Source
ArticleDescription
Declaration
public string ArticleDescription { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
ArticleNo
Declaration
public string ArticleNo { 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
Description
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
DiscountCostPrice
Declaration
public decimal? DiscountCostPrice { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
View Source
DiscountCostPrice2
Declaration
public decimal? DiscountCostPrice2 { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
View Source
InvoiceNo
Declaration
public string InvoiceNo { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
LineNo
Declaration
public decimal LineNo { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
View Source
OrderLineNo
Declaration
public decimal? OrderLineNo { 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
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
ProcessingTimestamp
Declaration
public DateTime? ProcessingTimestamp { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
View Source
Qty
Declaration
public decimal Qty { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
View Source
RegisterTimestamp
Declaration
public DateTime? RegisterTimestamp { 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
SupplierNo
Declaration
public string SupplierNo { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
TransactionGuid
Declaration
public Guid TransactionGuid { get; set; }
Property Value
Type |
Description |
System.Guid |
|
View Source
TransactionId
Declaration
public int TransactionId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
WarrantyLength
Declaration
public decimal? WarrantyLength { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|