Class EbicsHxDResponseOrderData
Holds the data of a HKDResponseOrderData or HTDResponseOrderData XML element.
Inheritance
System.Object
EbicsHxDResponseOrderData
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()
Assembly: Subsembly.EBICS.Core.dll
Syntax
public abstract class EbicsHxDResponseOrderData : EbicsElement
Constructors
EbicsHxDResponseOrderData(String)
Declaration
protected EbicsHxDResponseOrderData(string sTagName)
Parameters
Type |
Name |
Description |
System.String |
sTagName |
|
Properties
AccountInfos
Collection of all AccountInfo elements that were received.
Declaration
public EbicsAccountInfos AccountInfos { get; }
Property Value
AddressInfo
The AddressInfo element from the PartnerInfo element.
Declaration
public EbicsAddressInfo AddressInfo { get; }
Property Value
BankInfo
The BankInfo element from the PartnerInfo element.
Declaration
public EbicsBankInfo BankInfo { get; }
Property Value
OrderInfos
Collection of all OrderInfo elements that were received.
Declaration
public EbicsAuthOrderInfos OrderInfos { get; }
Property Value
OrderType
Declaration
protected string OrderType { get; }
Property Value
Type |
Description |
System.String |
|
OrderTypes
Collection of all order types from all order infos that were received.
Declaration
public string[] OrderTypes { get; }
Property Value
Type |
Description |
System.String[] |
If OrderInfos is null , then this property is also null .
Otherwise it is always non-null , but still may be empty.
|
UserInfo
Convenience shortcut for accessing the first element of the
UserInfos.
Declaration
public EbicsUserInfo UserInfo { get; }
Property Value
UserInfos
Collection of all UserInfo elements that were received.
Declaration
public EbicsUserInfos UserInfos { get; }
Property Value
See Also
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
Create(String)
Declaration
public static EbicsHxDResponseOrderData Create(string sOrderType)
Parameters
Type |
Name |
Description |
System.String |
sOrderType |
|
Returns
ParseXml(XmlElement, EbicsVersion)
Declaration
public override void ParseXml(XmlElement xmlElement, EbicsVersion nVersion)
Parameters
Type |
Name |
Description |
System.Xml.XmlElement |
xmlElement |
|
EbicsVersion |
nVersion |
|
Overrides