Inheritance
System.Object
ContractHeader
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 ContractHeader
Properties
View Source
ArticleNoOneRow
Declaration
public string ArticleNoOneRow { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
public bool? CalculateAllRowsAsTotalVolume { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
View Source
Declaration
public string Company { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
public string ContractInfo { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
public string ContractNo { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
public string CreditTermsCode { 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 DeliveryCustomerNo { 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 string InvoiceInfo { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
public bool? InvoiceWithMeterReading { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
View Source
Declaration
public bool? IsOnHold { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
View Source
Declaration
public bool? MakeXmlOfInvoice { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
View Source
Declaration
public bool? MeterReadingOneLetter { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
View Source
Declaration
public DateTime? ObjDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
View Source
Declaration
public string OrderType { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
public string OrderTypeMr { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
public bool? PrintInvoiceAsOneLine { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
View Source
DB PROCESSING_INFORMATION
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 DateTime? ProcessingTimestamp { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
View Source
Declaration
public List<ContractProperty> Properties { get; set; }
Property Value
View Source
Declaration
public DateTime? RegisterTimestamp { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
View Source
Declaration
public int RowId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
Declaration
public string SortGroup1 { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
public string SortGroup2 { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
public string SortGroup3 { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
public string SortGroup4 { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
public string SortGroup5 { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
public string Status { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
public Guid TransactionGuid { get; set; }
Property Value
Type |
Description |
System.Guid |
|
View Source
Declaration
public int TransactionId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
Declaration
public bool? UseInvoicedToVolume { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
View Source
Declaration
public string Username { get; set; }
Property Value
Type |
Description |
System.String |
|