Inheritance
System.Object
InvoiceHeader
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 InvoiceHeader
Properties
View Source
Declaration
public string Company { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
public DateTime? CreatedDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
View Source
Declaration
public string CustomerName { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
public string CustomerNo { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
public string DeliveryAddress1 { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
public string DeliveryAddress2 { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
public string DeliveryAddress3 { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
public string DeliveryContactName { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
public string DeliveryCountry { 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 DeliveryEmail { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
public string DeliveryFaxNo { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
public string DeliveryMobilePhoneNo { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
public string DeliveryName { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
public string DeliveryPhoneNo { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
public string DeliveryPostalcode { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
public string DeliveryPostlocation { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
public string DeliveryTerm { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
public string Dept { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
public DateTime? DueDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
View Source
Declaration
public string Info01 { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
public string Info02 { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
public string Info03 { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
public string Info04 { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
public string Info05 { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
public string Info06 { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
public string Info07 { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
public string Info08 { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
public string Info09 { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
public string Info10 { 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 InvoiceContactName { 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 DateTime? InvoiceDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
View Source
Declaration
public string InvoiceEmail { 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 int InvoiceHeaderExportId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
Declaration
public string InvoiceMobilePhoneNo { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
public string InvoiceName { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
public decimal? InvoiceNo { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
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 string InvoiceStatus { 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 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 string SalesmanCode { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
public int TransactionId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|