Class EbicsAddressInfo

Namespace
Subsembly.EBICS
Assembly
Subsembly.EBICS.Core.dll

Holds an EBICS AddressInfo XML element.

public class EbicsAddressInfo : EbicsElement
Inheritance
EbicsAddressInfo
Inherited Members

Properties

City

The city of the address.

public string City { get; set; }

Property Value

string

Country

The country of the address.

public string Country { get; set; }

Property Value

string

Name

The name of the address.

public string Name { get; set; }

Property Value

string

PostCode

The post code of the address.

public string PostCode { get; set; }

Property Value

string

Region

The region of the address.

public string Region { get; set; }

Property Value

string

Street

The street of the address.

public string Street { get; set; }

Property Value

string

Methods

BuildXml(XmlDocument, EbicsVersion)

public override XmlElement BuildXml(XmlDocument xmlDocument, EbicsVersion nVersion)

Parameters

xmlDocument XmlDocument
nVersion EbicsVersion

Returns

XmlElement

ParseXml(XmlElement, EbicsVersion)

public override void ParseXml(XmlElement xmlElement, EbicsVersion nVersion)

Parameters

xmlElement XmlElement
nVersion EbicsVersion