Inheritance
System.Object
StockOrderHeader
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
public class StockOrderHeader
Properties
View Source
Declaration
public string Company { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
public string ContactMobilePhoneNo { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
public DateTime? DeliveryDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
View Source
Declaration
public string Dept { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
public string Email { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
public string Information { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
public string InvoiceAddress1 { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
public string InvoiceAddress2 { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
public string InvoiceAddress3 { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
public string InvoiceCountry { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
public string InvoiceFaxNo { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
public string InvoicePhoneNo { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
public string InvoicePostalCode { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
public string InvoicePostLocation { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
public DateTime? ObjDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
View Source
Declaration
public DateTime? OrderDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
View Source
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
Declaration
public ProcessingStatusEnum ProcessingStatus { get; set; }
Property Value
Type |
Description |
Evatic.Common.Service.DataContract.StagingTables.DataModel.ProcessingStatusEnum |
|
View Source
Declaration
public int StockOrderHeaderExportId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
Declaration
public string SupplierName { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
public string SuppliersOrderNo { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
public int TransactionId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|