Class EbicsAddressInfo
Holds an EBICS AddressInfo XML element.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Subsembly.EBICS
Assembly: Subsembly.EBICS.Core.dll
Syntax
public class EbicsAddressInfo : EbicsElement
Properties
City
The city of the address.
Declaration
public string City { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Country
The country of the address.
Declaration
public string Country { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
The name of the address.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PostCode
The post code of the address.
Declaration
public string PostCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Region
The region of the address.
Declaration
public string Region { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Street
The street of the address.
Declaration
public string Street { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
BuildXml(XmlDocument, EbicsVersion)
Declaration
public override XmlElement BuildXml(XmlDocument xmlDocument, EbicsVersion nVersion)
Parameters
Type | Name | Description |
---|---|---|
System.Xml.XmlDocument | xmlDocument | |
EbicsVersion | nVersion |
Returns
Type | Description |
---|---|
System.Xml.XmlElement |
Overrides
ParseXml(XmlElement, EbicsVersion)
Declaration
public override void ParseXml(XmlElement xmlElement, EbicsVersion nVersion)
Parameters
Type | Name | Description |
---|---|---|
System.Xml.XmlElement | xmlElement | |
EbicsVersion | nVersion |