Class SupplierOrderHeadingDataContract
Inheritance
System.Object
SupplierOrderHeadingDataContract
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(Namespace = "http://schema.evatic.com/2012/10/24")]
public class SupplierOrderHeadingDataContract : SupplierOrderHeadingBaseDataContract
Properties
View Source
DeliveryAddress
Declaration
[DataMember]
public AddressDataContract DeliveryAddress { get; set; }
Property Value
Type |
Description |
Evatic.Common.Service.DataContract.AddressDataContract |
|
View Source
Declaration
[DataMember]
public string DeliveryContact { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
DeliveryCustomerNo
Declaration
[DataMember]
public string DeliveryCustomerNo { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
DeliveryPhone
Declaration
[DataMember]
public string DeliveryPhone { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
DirectDelivery
Declaration
[DataMember]
public bool DirectDelivery { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
Declaration
[DataMember]
public string Information { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
OrderType
Declaration
[DataMember]
public SupplierOrderTypeDataContract OrderType { get; set; }
Property Value
Type |
Description |
Evatic.Common.Service.DataContract.SupplierOrder.SupplierOrderTypeDataContract |
|
View Source
Status
Declaration
[DataMember]
public char? Status { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Char> |
|
View Source
Declaration
[DataMember]
public string StatusInformation { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
[DataMember]
public string SupplierContact { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
SupplierGuid
Declaration
[DataMember]
public Guid? SupplierGuid { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Guid> |
|
View Source
SupplierName
Declaration
[DataMember]
public string SupplierName { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
SupplierNo
Declaration
[DataMember]
public string SupplierNo { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
SupplierOrderNo
Declaration
[DataMember]
public string SupplierOrderNo { get; set; }
Property Value
Type |
Description |
System.String |
|