Class EbicsOrderHAC
Inherited Members
Namespace: Subsembly.EBICS
Assembly: Subsembly.EBICS.Core.dll
Syntax
public class EbicsOrderHAC : EbicsOrderProtocol
Constructors
EbicsOrderHAC()
Constructs a HAC order that downloads the protocol.
Declaration
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.
Declaration
public EbicsOrderHAC(DateTime tFrom)
Parameters
Type | Name | Description |
---|---|---|
DateTime | tFrom |
EbicsOrderHAC(DateTime, DateTime)
Constructs a HAC order that gets the protocol of the requested date range.
Declaration
public EbicsOrderHAC(DateTime tFrom, DateTime tTo)
Parameters
Type | Name | Description |
---|---|---|
DateTime | tFrom | |
DateTime | tTo |
Methods
ProcessResponseOrderData(EbicsVersion)
Declaration
public override void ProcessResponseOrderData(EbicsVersion nVersion)
Parameters
Type | Name | Description |
---|---|---|
EbicsVersion | nVersion |