Class EbicsHEVResponse
Inheritance
EbicsHEVResponse
Assembly: Subsembly.EBICS.Core.dll
Syntax
public class EbicsHEVResponse : EbicsElement
Properties
SystemReturnCode
Declaration
public EbicsReturnCode SystemReturnCode { get; set; }
Property Value
Versions
Declaration
public EbicsVersionInfo[] Versions { get; set; }
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