Class EbicsOrderPTK
Specialized EbicsOrder for convenient protocol downloads (PTK).
public class EbicsOrderPTK : EbicsOrderProtocol
- Inheritance
-
EbicsOrderPTK
- Inherited Members
Constructors
EbicsOrderPTK()
Constructs a PTK order that downloads the protocol.
public EbicsOrderPTK()
Remarks
The constructed order will not have a DateRange parameter.
EbicsOrderPTK(DateTime)
Constructs a PTK order that gets the protocol from the given start date up to today.
public EbicsOrderPTK(DateTime tFrom)
Parameters
tFrom
DateTime
EbicsOrderPTK(DateTime, DateTime)
Constructs a PTK order that gets the protocol of the requested date range.
public EbicsOrderPTK(DateTime tFrom, DateTime tTo)
Parameters
Properties
ProtocolText
Provides the received protocol text.
public string ProtocolText { get; }
Property Value
Remarks
If no protocol data was received then null
is returned.
Methods
ProcessResponseOrderData(EbicsVersion)
public override void ProcessResponseOrderData(EbicsVersion nVersion)
Parameters
nVersion
EbicsVersion