Class EbicsFileSpoolerResult
public class EbicsFileSpoolerResult
- Inheritance
-
EbicsFileSpoolerResult
- Inherited Members
Properties
ContactName
The ContactName of the EbicsContact that was used by this spooler execution.
public string ContactName { get; }
Property Value
ResultCode
The overall result of the EBICS spooler job.
public EbicsFileSpoolerResultCode ResultCode { get; }
Property Value
ResultDownloadBKA
The result of the attempt to download statement documents. This is null
if
it was not attempted.
public EbicsFileTransferResult ResultDownloadBKA { get; }
Property Value
ResultDownloadBKI
The result of the attempt to download account documents. This is null
if
it was not attempted.
public EbicsFileTransferResult ResultDownloadBKI { get; }
Property Value
ResultDownloadC52
The result of the attempt to download CAMT 052. This is null
if it was not
attempted.
public EbicsFileTransferResult ResultDownloadC52 { get; }
Property Value
ResultDownloadC53
The result of the attempt to download CAMT 053. This is null
if it was not
attempted.
public EbicsFileTransferResult ResultDownloadC53 { get; }
Property Value
ResultDownloadC54
The result of the attempt to download CAMT 054. This is null
if it was not
attempted.
public EbicsFileTransferResult ResultDownloadC54 { get; }
Property Value
ResultDownloadHAC
The result of the attempt to download new protocol entries. This is null
if
it was not attempted.
public EbicsFileTransferResult ResultDownloadHAC { get; }
Property Value
Remarks
This is the result of the HAC or PTK order itself, and has nothing to do with the content of the protocol that was downloaded.
ResultsUploadOutbox
public EbicsFileTransferResult[] ResultsUploadOutbox { get; }
Property Value
Timestamp
A UTC time stamp that was taken when this object was initially created.
public DateTime Timestamp { get; }
Property Value
Methods
FromString(string)
public static EbicsFileSpoolerResult FromString(string s)
Parameters
s
string
Returns
ToString()
Formats this result as a CSV line for addition to the OKAYFILENAME log.
public override string ToString()