Class Address
Inheritance
System.Object
Address
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 Address
Properties
View SourceAddress1
DB ADDRESS_1
Declaration
public string Address1 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Address2
DB ADDRESS_2
Declaration
public string Address2 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Address3
DB ADDRESS_3
Declaration
public string Address3 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
AddressCode
DB ADDRESS_CODE
Declaration
public string AddressCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
AddressName
DB ADDRESS_NAME
Declaration
public string AddressName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
AreaCode
DB AREA_CODE
Declaration
public string AreaCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
AreaDescription
DB AREA_DESCRIPTION
Declaration
public string AreaDescription { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Company
DB COMPANY
Declaration
public string Company { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Country
DB COUNTRY
Declaration
public string Country { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CountryISO
Declaration
public string CountryISO { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CustomerNo
DB CUSTOMER_NO This field will be deprecated. Use SourceNo instead, for customer_no or supplier_no
Declaration
public string CustomerNo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Delivery
DB DELIVERY
Declaration
public decimal? Delivery { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
ExternalSystemKey
DB EXTERNAL_SYSTEM_KEY
Declaration
public string ExternalSystemKey { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FaxNo
DB FAX_NO
Declaration
public string FaxNo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Invoice
DB INVOICE
Declaration
public decimal? Invoice { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
Letter
DB LETTER
Declaration
public decimal? Letter { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
Main
DB Main
Declaration
public decimal? Main { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
ObjDate
DB OBJ_DATE
Declaration
public DateTime? ObjDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
PhoneNo
DB PHONE_NO
Declaration
public string PhoneNo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Post
DB POST
Declaration
public decimal? Post { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
PostalCode
DB POSTAL_CODE
Declaration
public string PostalCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PostLocation
DB POST_LOCATION
Declaration
public string PostLocation { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ProcessingInformation
DB PROCESSING_INFORMATION
Declaration
public string ProcessingInformation { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ProcessingStatus
DB PROCESSING_STATUS
Declaration
public ProcessingStatusEnum ProcessingStatus { get; set; }
Property Value
Type | Description |
---|---|
Evatic.Common.Service.DataContract.StagingTables.DataModel.ProcessingStatusEnum |
ProcessingTimestamp
DB PROCESSING_TIMESTAMP
Declaration
public DateTime? ProcessingTimestamp { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
RegisterTimestamp
DB REGISTER_TIMESTAMP
Declaration
public DateTime? RegisterTimestamp { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
RowId
DB ROW_ID (Primary key)
Declaration
public int RowId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
RowNo
DB ROW_NO
Declaration
public decimal RowNo { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
SourceNo
DB CUSTOMER_NO OR SUPPLIER_NO
Declaration
public string SourceNo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TransactionGuid
DB TRANSACTION_GUID
Declaration
public Guid TransactionGuid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
TransactionId
DB TRANSACTION_ID
Declaration
public int TransactionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TravelCode
DB TRAVEL_CODE
Declaration
public decimal? TravelCode { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
Username
DB USERNAME
Declaration
public string Username { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Visit
DB VISIT
Declaration
public decimal? Visit { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |