Class EbicsBTDOrderParams
Holds EBICS BTDOrderParams.
Inheritance
Inherited Members
Namespace: Subsembly.EBICS
Assembly: Subsembly.EBICS.Core.dll
Syntax
public class EbicsBTDOrderParams : EbicsBTFOrderParams
Remarks
Replaces EbicsStandardOrderParams with download orders in EBICS 3.0.
When converted to XML using EBICS 2.x, this just creates a StandardOrderParams
element instead of a BTDOrderParams
element. When parsing XML this can consume
StandardOrderParams
and BTDOrderParams
elements.
Constructors
EbicsBTDOrderParams()
Declaration
public EbicsBTDOrderParams()
EbicsBTDOrderParams(DateTime)
Constructs an EbicsBTDOrderParams for the date range starting at the given date up to today.
Declaration
public EbicsBTDOrderParams(DateTime tFrom)
Parameters
Type | Name | Description |
---|---|---|
System.DateTime | tFrom | The start date of the date range. If this is |
EbicsBTDOrderParams(DateTime, DateTime)
Constructs an EbicsBTDOrderParams for a given date range.
Declaration
public EbicsBTDOrderParams(DateTime tFrom, DateTime tTo)
Parameters
Type | Name | Description |
---|---|---|
System.DateTime | tFrom | The start date of the date range. If this is |
System.DateTime | tTo | The ending date of the date range. If this is |
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 |