Class EbicsOrderPTK
Specialized EbicsOrder for convenient protocol downloads (PTK).
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 EbicsOrderPTK : EbicsOrderProtocol
Constructors
EbicsOrderPTK()
Constructs a PTK order that downloads the protocol.
Declaration
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.
Declaration
public EbicsOrderPTK(DateTime tFrom)
Parameters
Type | Name | Description |
---|---|---|
System.DateTime | tFrom |
EbicsOrderPTK(DateTime, DateTime)
Constructs a PTK order that gets the protocol of the requested date range.
Declaration
public EbicsOrderPTK(DateTime tFrom, DateTime tTo)
Parameters
Type | Name | Description |
---|---|---|
System.DateTime | tFrom | |
System.DateTime | tTo |
Properties
ProtocolText
Provides the received protocol text.
Declaration
public string ProtocolText { get; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
If no protocol data was received then null
is returned.
Methods
ProcessResponseOrderData(EbicsVersion)
Declaration
public override void ProcessResponseOrderData(EbicsVersion nVersion)
Parameters
Type | Name | Description |
---|---|---|
EbicsVersion | nVersion |