Class OrderLine
Inheritance
System.Object
OrderLine
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
AccountNo
Declaration
public string AccountNo { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
ActiveFrom
Declaration
public DateTime? ActiveFrom { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
View Source
ActiveTo
Declaration
public DateTime? ActiveTo { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
View Source
ArticleNo
Declaration
public string ArticleNo { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Booking
Declaration
public string Booking { 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
DelAddress3
Declaration
public string DelAddress3 { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Description
Declaration
public string Description { 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
ExternalProjectNo
Declaration
public string ExternalProjectNo { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
ExternalReferenceNo
Declaration
public string ExternalReferenceNo { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
ExternalTaskNo
Declaration
public int? ExternalTaskNo { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
View Source
Info01
Declaration
public string Info01 { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Info02
Declaration
public string Info02 { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Invoiceable
Declaration
public string Invoiceable { 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
MachineNo
Declaration
public string MachineNo { 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
OrderLineId
Declaration
public int OrderLineId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
OrderLineSource
Declaration
public string OrderLineSource { get; set; }
Property Value
Type |
Description |
System.String |
|
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
ProjectNo
Declaration
public int? ProjectNo { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
View Source
QtyDelivered
Declaration
public decimal? QtyDelivered { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
View Source
RegisterTimestamp
Declaration
public DateTime? RegisterTimestamp { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
View Source
SalesmanCode
Declaration
public string SalesmanCode { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
SalesPrice
Declaration
public decimal? SalesPrice { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
View Source
Sortgroup1
Declaration
public string Sortgroup1 { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Sortgroup2
Declaration
public string Sortgroup2 { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
SourceGuid
Declaration
public Guid? SourceGuid { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Guid> |
|
View Source
StockNo
Declaration
public string StockNo { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
TaskNo
Declaration
public int? TaskNo { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
View Source
TechnicianNo
Declaration
public string TechnicianNo { 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
Unit
Declaration
public string Unit { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Username
Declaration
public string Username { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
VatCode
Declaration
public decimal? VatCode { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
Extension Methods