Show / Hide Table of Contents

Class EdiPartnerIdentification

Fields to identify the partner or/and further data routing information

Inheritance
System.Object
Conizi.Model.Shared.Interfaces.EdiPatternPropertiesBase
EdiMessageRouting
EdiPartnerIdentification
Inherited Members
EdiMessageRouting.PartnerId
EdiMessageRouting.EdiId
EdiMessageRouting.ConiziId
Namespace: Conizi.Model.Shared.Entities
Assembly: Conizi.Model.dll
Syntax
public class EdiPartnerIdentification : EdiMessageRouting, 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

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

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 for an address

Declaration
public string Reference { 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
Back to top Generated by DocFX