Class OrderLineInDataContract
Inheritance
System.Object
OrderLineInDataContract
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
[DataContract(Name = "OrderLineIn", Namespace = "http://schema.evatic.com/2012/10/24")]
public class OrderLineInDataContract
Properties
View Source
ArticleCode
Declaration
[DataMember]
public string ArticleCode { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
CostPrice
Declaration
[DataMember]
public decimal CostPrice { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
View Source
Description
Declaration
[DataMember]
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Discount
Declaration
[DataMember]
public int Discount { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
ExternalReferenceNo
Mandatory
Used as an external refenrence to order header
Declaration
[DataMember]
public string ExternalReferenceNo { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
LineNo
Declaration
[DataMember]
public int LineNo { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
MachineCode
Mandatory if machine should be added line to machine.
If Machine
Declaration
[DataMember]
public string MachineCode { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
ModelType
Optional to find mahchine. But If machine no has multiple hits, this line will not be imported
Used for finding machine, optional
Declaration
[DataMember]
public string ModelType { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
QuantityDelivered
Declaration
[DataMember]
public decimal QuantityDelivered { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
View Source
SalesmanCode
Declaration
[DataMember]
public string SalesmanCode { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
SalesPrice
Declaration
[DataMember]
public decimal SalesPrice { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
View Source
StockNo
If the value do not exist this line will not be imported. Optional can empty.
Declaration
[DataMember]
public string StockNo { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
TaskGuid
Declaration
[DataMember]
public Guid? TaskGuid { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Guid> |
|
View Source
Unit
Declaration
[DataMember]
public string Unit { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Vat
Declaration
[DataMember]
public decimal Vat { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
Extension Methods