Class EbicsBTDOrderParams
Holds EBICS BTDOrderParams.
public class EbicsBTDOrderParams : EbicsBTFOrderParams
- Inheritance
-
EbicsBTDOrderParams
- Inherited Members
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()
public EbicsBTDOrderParams()
EbicsBTDOrderParams(DateTime)
Constructs an EbicsBTDOrderParams for the date range starting at the given date up to today.
public EbicsBTDOrderParams(DateTime tFrom)
Parameters
tFrom
DateTimeThe start date of the date range. If this is
DateTime.MinValue
, then no DateRange will be set up.
EbicsBTDOrderParams(DateTime, DateTime)
Constructs an EbicsBTDOrderParams for a given date range.
public EbicsBTDOrderParams(DateTime tFrom, DateTime tTo)
Parameters
tFrom
DateTimeThe start date of the date range. If this is
DateTime.MinValue
, then no DateRange will be set up.tTo
DateTimeThe ending date of the date range. If this is
DateTime.MinValue
, then the ending date will be set toDateTime.Today
.
Methods
BuildXml(XmlDocument, EbicsVersion)
public override XmlElement BuildXml(XmlDocument xmlDocument, EbicsVersion nVersion)
Parameters
xmlDocument
XmlDocumentnVersion
EbicsVersion