Class EdiAddress
Fields to save address relevant data
Inheritance
System.Object
Conizi.Model.Shared.Interfaces.EdiPatternPropertiesBase
EdiAddress
Namespace: Conizi.Model.Shared.Entities
Assembly: Conizi.Model.dll
Syntax
public class EdiAddress : EdiPatternPropertiesBase, IAddress
Properties
AdditionalAddressLines
Additional address lines of the address
Declaration
public List<string> AdditionalAddressLines { get; set; }
Property Value
Type | Description |
---|---|
List<System.String> |
City
City of the address
Declaration
public string City { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ContactPerson
The contact person
Declaration
public string ContactPerson { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CountryCode
Country code of the address Use ISO 3166-1 Alpha-2 codes. See also https://en.wikipedia.org/wiki/ISO_3166-1
Declaration
public string CountryCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EmailAddress
Email of the address
Declaration
public string EmailAddress { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FaxNumber
The Fax number
Declaration
public string FaxNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Gate
The gate to use
Declaration
public string Gate { get; set; }
Property Value
Type | Description |
---|---|
System.String |
GeoPosition
The geo position
Declaration
public EdiGeoPosition GeoPosition { get; set; }
Property Value
Type | Description |
---|---|
EdiGeoPosition |
HouseNumber
House number of the address
Declaration
public string HouseNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MobilePhoneNumber
The mobile phone number
Declaration
public string MobilePhoneNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
Name of the address
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name2
Name2 of the address
Declaration
public string Name2 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PhoneNumber
Phone number of the address
Declaration
public string PhoneNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Reference
Reference number for an address
Declaration
public string Reference { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Additional remarks (free form)
Declaration
public string Remarks { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Street
Street of the address
Declaration
public string Street { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TownArea
Town area address"
Declaration
public string TownArea { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ZipCode
Zip code of the Address
Declaration
public string ZipCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |