Class EbicsHPDProtocolParams
Represents the (parsed) Ebics-Xml-type "HPDProtocolParamsType".
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 sealed class EbicsHPDProtocolParams : EbicsElement
Remarks
This class is mainly designed for server developers. Client developers can rely on EbicsOrderHPD instead.
Constructors
EbicsHPDProtocolParams(String)
Declaration
public EbicsHPDProtocolParams(string sTagName = "ProtocolParams")
Parameters
Type | Name | Description |
---|---|---|
System.String | sTagName |
Properties
ClientDataDownloadSupported
Declaration
public bool ClientDataDownloadSupported { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
DownloadableOrderDataSupported
Declaration
public bool DownloadableOrderDataSupported { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
PreValidationSupported
Declaration
public bool PreValidationSupported { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
RecoverySupported
Declaration
public bool RecoverySupported { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Version
Declaration
public EbicsHPDVersion Version { get; }
Property Value
Type | Description |
---|---|
EbicsHPDVersion |
X509DataSupported
EBICS 2.4/2.5 X509Data@supported-Flag
Declaration
public bool X509DataSupported { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Remarks
After parsing HPDProtocolParams within EBICS >= 3.0 this flag is true, by default.
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
Remarks
EBICS 2.4/2.5: no X509Data@persistent-Flag will be written
ParseXml(XmlElement, EbicsVersion)
Declaration
public override void ParseXml(XmlElement xmlElement, EbicsVersion nVersion)
Parameters
Type | Name | Description |
---|---|---|
System.Xml.XmlElement | xmlElement | |
EbicsVersion | nVersion |