Class EbicsOrderHAC

Namespace
Subsembly.EBICS
Assembly
Subsembly.EBICS.Core.dll
public class EbicsOrderHAC : EbicsOrderProtocol
Inheritance
EbicsOrderHAC
Inherited Members

Constructors

EbicsOrderHAC()

Constructs a HAC order that downloads the protocol.

public EbicsOrderHAC()

Remarks

The constructed order will not have a DateRange parameter.

EbicsOrderHAC(DateTime)

Constructs a HAC order that gets the protocol from the given start date up to today.

public EbicsOrderHAC(DateTime tFrom)

Parameters

tFrom DateTime

EbicsOrderHAC(DateTime, DateTime)

Constructs a HAC order that gets the protocol of the requested date range.

public EbicsOrderHAC(DateTime tFrom, DateTime tTo)

Parameters

tFrom DateTime
tTo DateTime

Methods

ProcessResponseOrderData(EbicsVersion)

public override void ProcessResponseOrderData(EbicsVersion nVersion)

Parameters

nVersion EbicsVersion