Documentation
Show / Hide Table of Contents

Class Customer

Inheritance
System.Object
Customer
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()
Namespace: Evatic.Common.Service.DataContract.StagingTables.DataModel
Assembly: Evatic.Common.dll
Syntax
public class Customer

Properties

View Source

AccountNo

Declaration
public string AccountNo { get; set; }
Property Value
Type Description
System.String
View Source

BankId

Declaration
public string BankId { get; set; }
Property Value
Type Description
System.String
View Source

BankName

Declaration
public string BankName { get; set; }
Property Value
Type Description
System.String
View Source

CalculateInterest

Declaration
public string CalculateInterest { get; set; }
Property Value
Type Description
System.String
View Source

CalculateVat

Declaration
public string CalculateVat { 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

ContactEmail

Declaration
public string ContactEmail { get; set; }
Property Value
Type Description
System.String
View Source

ContactFaxNo

Declaration
public string ContactFaxNo { get; set; }
Property Value
Type Description
System.String
View Source

ContactMobilePhoneNo

Declaration
public string ContactMobilePhoneNo { get; set; }
Property Value
Type Description
System.String
View Source

ContactName

Declaration
public string ContactName { get; set; }
Property Value
Type Description
System.String
View Source

ContactPhoneNo

Declaration
public string ContactPhoneNo { get; set; }
Property Value
Type Description
System.String
View Source

CreditDays

Declaration
public decimal? CreditDays { get; set; }
Property Value
Type Description
System.Nullable<System.Decimal>
View Source

CreditLimit

Declaration
public decimal? CreditLimit { get; set; }
Property Value
Type Description
System.Nullable<System.Decimal>
View Source

CreditTermCode

Declaration
public string CreditTermCode { get; set; }
Property Value
Type Description
System.String
View Source

CreditTermDesc

Declaration
public string CreditTermDesc { get; set; }
Property Value
Type Description
System.String
View Source

CustomerName

Declaration
public string CustomerName { get; set; }
Property Value
Type Description
System.String
View Source

CustomerName2

Declaration
public string CustomerName2 { get; set; }
Property Value
Type Description
System.String
View Source

CustomerName3

Declaration
public string CustomerName3 { get; set; }
Property Value
Type Description
System.String
View Source

CustomerName4

Declaration
public string CustomerName4 { get; set; }
Property Value
Type Description
System.String
View Source

CustomerNo

Declaration
public string CustomerNo { get; set; }
Property Value
Type Description
System.String
View Source

DeliveryAddress1

Declaration
public string DeliveryAddress1 { get; set; }
Property Value
Type Description
System.String
View Source

DeliveryAddress2

Declaration
public string DeliveryAddress2 { get; set; }
Property Value
Type Description
System.String
View Source

DeliveryAddress3

Declaration
public string DeliveryAddress3 { get; set; }
Property Value
Type Description
System.String
View Source

DeliveryAddressCountry

Declaration
public string DeliveryAddressCountry { get; set; }
Property Value
Type Description
System.String
View Source

DeliveryAddressCountryISO

Declaration
public string DeliveryAddressCountryISO { get; set; }
Property Value
Type Description
System.String
View Source

DeliveryAddressEmail

Declaration
public string DeliveryAddressEmail { get; set; }
Property Value
Type Description
System.String
View Source

DeliveryAddressFaxNo

Declaration
public string DeliveryAddressFaxNo { get; set; }
Property Value
Type Description
System.String
View Source

DeliveryAddressPhoneNo

Declaration
public string DeliveryAddressPhoneNo { get; set; }
Property Value
Type Description
System.String
View Source

DeliveryAddressPostalCode

Declaration
public string DeliveryAddressPostalCode { get; set; }
Property Value
Type Description
System.String
View Source

DeliveryAddressPostLocation

Declaration
public string DeliveryAddressPostLocation { get; set; }
Property Value
Type Description
System.String
View Source

DeliveryTerm

Declaration
public string DeliveryTerm { get; set; }
Property Value
Type Description
System.String
View Source

DeliveryTermDesc

Declaration
public string DeliveryTermDesc { get; set; }
Property Value
Type Description
System.String
View Source

Dept

Declaration
public string Dept { get; set; }
Property Value
Type Description
System.String
View Source

EMail

Declaration
public string EMail { get; set; }
Property Value
Type Description
System.String
View Source

ExternalSystemKey

DB EXTERNAL_SYSTEM_KEY

Declaration
public string ExternalSystemKey { get; set; }
Property Value
Type Description
System.String
View Source

FixedDiscount

Declaration
public decimal? FixedDiscount { get; set; }
Property Value
Type Description
System.Nullable<System.Decimal>
View Source

Http

Declaration
public string Http { get; set; }
Property Value
Type Description
System.String
View Source

Information

Declaration
public string Information { get; set; }
Property Value
Type Description
System.String
View Source

InvoiceAddress1

Declaration
public string InvoiceAddress1 { get; set; }
Property Value
Type Description
System.String
View Source

InvoiceAddress2

Declaration
public string InvoiceAddress2 { get; set; }
Property Value
Type Description
System.String
View Source

InvoiceAddress3

Declaration
public string InvoiceAddress3 { get; set; }
Property Value
Type Description
System.String
View Source

InvoiceAddressCountry

Declaration
public string InvoiceAddressCountry { get; set; }
Property Value
Type Description
System.String
View Source

InvoiceAddressCountryISO

Declaration
public string InvoiceAddressCountryISO { get; set; }
Property Value
Type Description
System.String
View Source

InvoiceAddressEmail

Declaration
public string InvoiceAddressEmail { get; set; }
Property Value
Type Description
System.String
View Source

InvoiceAddressFaxNo

Declaration
public string InvoiceAddressFaxNo { get; set; }
Property Value
Type Description
System.String
View Source

InvoiceAddressPhoneNo

Declaration
public string InvoiceAddressPhoneNo { get; set; }
Property Value
Type Description
System.String
View Source

InvoiceAddressPostalCode

Declaration
public string InvoiceAddressPostalCode { get; set; }
Property Value
Type Description
System.String
View Source

InvoiceAddressPostLocation

Declaration
public string InvoiceAddressPostLocation { get; set; }
Property Value
Type Description
System.String
View Source

InvoiceFee

Declaration
public string InvoiceFee { get; set; }
Property Value
Type Description
System.String
View Source

InvoiceTax

Declaration
public decimal? InvoiceTax { get; set; }
Property Value
Type Description
System.Nullable<System.Decimal>
View Source

MeansOfDelivery

Declaration
public string MeansOfDelivery { get; set; }
Property Value
Type Description
System.String
View Source

MeansOfDeliveryDesc

Declaration
public string MeansOfDeliveryDesc { 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

OpenForInvoice

Declaration
public string OpenForInvoice { get; set; }
Property Value
Type Description
System.String
View Source

OrganizationNo

Declaration
public string OrganizationNo { get; set; }
Property Value
Type Description
System.String
View Source

PriceList

Declaration
public string PriceList { get; set; }
Property Value
Type Description
System.String
View Source

ProcessingInformation

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

RegisterTimestamp

Declaration
public DateTime? RegisterTimestamp { get; set; }
Property Value
Type Description
System.Nullable<System.DateTime>
View Source

RowId

Declaration
public int RowId { get; set; }
Property Value
Type Description
System.Int32
View Source

SalesmanCode

Declaration
public string SalesmanCode { get; set; }
Property Value
Type Description
System.String
View Source

SalesmanName

Declaration
public string SalesmanName { get; set; }
Property Value
Type Description
System.String
View Source

SearchName

Declaration
public string SearchName { get; set; }
Property Value
Type Description
System.String
View Source

Sortgroup1

Declaration
public string Sortgroup1 { get; set; }
Property Value
Type Description
System.String
View Source

Sortgroup1Text

Declaration
public string Sortgroup1Text { 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

Sortgroup2Text

Declaration
public string Sortgroup2Text { get; set; }
Property Value
Type Description
System.String
View Source

Sortgroup3

Declaration
public string Sortgroup3 { get; set; }
Property Value
Type Description
System.String
View Source

Sortgroup3Text

Declaration
public string Sortgroup3Text { get; set; }
Property Value
Type Description
System.String
View Source

Sortgroup4

Declaration
public string Sortgroup4 { get; set; }
Property Value
Type Description
System.String
View Source

Sortgroup4Text

Declaration
public string Sortgroup4Text { get; set; }
Property Value
Type Description
System.String
View Source

Sortgroup5

Declaration
public string Sortgroup5 { get; set; }
Property Value
Type Description
System.String
View Source

Sortgroup5Text

Declaration
public string Sortgroup5Text { get; set; }
Property Value
Type Description
System.String
View Source

Status

// STATUS Customer = C, Prospect = P, Inactive = 0

Declaration
public string Status { 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

DB TRANSACTION_ID

Declaration
public int TransactionId { get; set; }
Property Value
Type Description
System.Int32
View Source

Username

Declaration
public string Username { get; set; }
Property Value
Type Description
System.String

Extension Methods

CustomerDataMapper.GetStagingTablesCustomerDataProcessingResult(Customer)
CustomerDataMapper.GetStagingTablesCustomerDataContract(Customer)
CustomerDataMapper.GetInvoiceAddress(Customer)
CustomerDataMapper.GetDeliveryAddress(Customer)
CustomerDataMapper.GetContact(Customer)
  • View Source
CONTACT INFORMATION

Asolvi AS Sluppenveien 25
N-7037 Trondheim
+47 73 80 22 00
Support
FOLLOW US

© Asolvi AS 2018