Class EbicsBankInfo
Holds a BankInfo
of the schema element type BankInfoType
.
Inheritance
EbicsBankInfo
Assembly: Subsembly.EBICS.Core.dll
Syntax
public class EbicsBankInfo : EbicsElement
Constructors
EbicsBankInfo()
Declaration
Properties
HostID
Declaration
public string HostID { get; set; }
Property Value
Parameters
Declaration
public EbicsParameters Parameters { get; }
Property Value
Methods
BuildXml(XmlDocument, EbicsVersion)
Declaration
public override XmlElement BuildXml(XmlDocument xmlDocument, EbicsVersion nVersion)
Parameters
Returns
Overrides
ParseXml(XmlElement, EbicsVersion)
Declaration
public override void ParseXml(XmlElement xmlElement, EbicsVersion nVersion)
Parameters
Overrides