Class EbicsHPDProtocolParams
Represents the (parsed) Ebics-Xml-type "HPDProtocolParamsType".
Inheritance
EbicsHPDProtocolParams
Assembly: Subsembly.EBICS.Core.dll
Syntax
public sealed class EbicsHPDProtocolParams : EbicsElement
Constructors
EbicsHPDProtocolParams(string)
Declaration
public EbicsHPDProtocolParams(string sTagName = "ProtocolParams")
Parameters
Type |
Name |
Description |
string |
sTagName |
|
Properties
ClientDataDownloadSupported
Declaration
public bool ClientDataDownloadSupported { get; set; }
Property Value
DownloadableOrderDataSupported
Declaration
public bool DownloadableOrderDataSupported { get; set; }
Property Value
PreValidationSupported
Declaration
public bool PreValidationSupported { get; set; }
Property Value
RecoverySupported
Declaration
public bool RecoverySupported { get; set; }
Property Value
Version
Declaration
public EbicsHPDVersion Version { get; }
Property Value
X509DataSupported
EBICS 2.4/2.5 X509Data@supported-Flag
Declaration
public bool X509DataSupported { 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