Class EbicsHVTResponseOrderData
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 EbicsHVTResponseOrderData : EbicsElement
Constructors
EbicsHVTResponseOrderData()
Declaration
public EbicsHVTResponseOrderData()
Properties
NumOrderInfos
Total number of order infos that are available.
Declaration
public int NumOrderInfos { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Remarks
This may be greater than the actual number of order infos returned in OrderInfos, if a lower fetch limit was provided.
OrderInfos
The order infos that were returned by the bank.
Declaration
public EbicsOrderInfo[] OrderInfos { get; }
Property Value
Type | Description |
---|---|
EbicsOrderInfo[] |
Methods
AddOrderInfo(EbicsOrderInfo)
Declaration
public void AddOrderInfo(EbicsOrderInfo aOrderInfo)
Parameters
Type | Name | Description |
---|---|---|
EbicsOrderInfo | aOrderInfo |
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 |