Class EbicsHPDResponseOrderData
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 EbicsHPDResponseOrderData : EbicsElement
Remarks
This class is mainly designed for server developers. Client developers can rely on EbicsOrderHPD instead.
Constructors
EbicsHPDResponseOrderData(String)
Declaration
public EbicsHPDResponseOrderData(string sTagName = "HPDResponseOrderData")
Parameters
Type | Name | Description |
---|---|---|
System.String | sTagName |
Properties
AccessParams
Returns the HPD Access Params.
Declaration
public EbicsHPDAccessParams AccessParams { get; }
Property Value
Type | Description |
---|---|
EbicsHPDAccessParams |
Remarks
Never returns null
.
ProtocolParams
Returns the HPD Protocol Params.
Declaration
public EbicsHPDProtocolParams ProtocolParams { get; }
Property Value
Type | Description |
---|---|
EbicsHPDProtocolParams |
Remarks
Never returns null
.
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 |