Class EbicsOrderHAC
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |
---|---|---|
System.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 |
---|---|---|
System.DateTime | tFrom | |
System.DateTime | tTo |
Methods
ProcessResponseOrderData(EbicsVersion)
Declaration
public override void ProcessResponseOrderData(EbicsVersion nVersion)
Parameters
Type | Name | Description |
---|---|---|
EbicsVersion | nVersion |