Class EbicsBTDOrderParams

Namespace
Subsembly.EBICS
Assembly
Subsembly.EBICS.Core.dll

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 DateTime

The 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 DateTime

The start date of the date range. If this is DateTime.MinValue, then no DateRange will be set up.

tTo DateTime

The ending date of the date range. If this is DateTime.MinValue, then the ending date will be set to DateTime.Today.

Methods

BuildXml(XmlDocument, EbicsVersion)

public override XmlElement BuildXml(XmlDocument xmlDocument, EbicsVersion nVersion)

Parameters

xmlDocument XmlDocument
nVersion EbicsVersion

Returns

XmlElement