Class EbicsFileSpoolerResult
Inheritance
EbicsFileSpoolerResult
Assembly: Subsembly.EBICS.Core.dll
Syntax
public class EbicsFileSpoolerResult
Properties
Declaration
public string ContactName { get; }
Property Value
ResultCode
The overall result of the EBICS spooler job.
Declaration
public EbicsFileSpoolerResultCode ResultCode { get; }
Property Value
ResultDownloadBKA
The result of the attempt to download statement documents. This is null
if
it was not attempted.
Declaration
public EbicsFileTransferResult ResultDownloadBKA { get; }
Property Value
ResultDownloadBKI
The result of the attempt to download account documents. This is null
if
it was not attempted.
Declaration
public EbicsFileTransferResult ResultDownloadBKI { get; }
Property Value
ResultDownloadC52
The result of the attempt to download CAMT 052. This is null
if it was not
attempted.
Declaration
public EbicsFileTransferResult ResultDownloadC52 { get; }
Property Value
ResultDownloadC53
The result of the attempt to download CAMT 053. This is null
if it was not
attempted.
Declaration
public EbicsFileTransferResult ResultDownloadC53 { get; }
Property Value
ResultDownloadC54
The result of the attempt to download CAMT 054. This is null
if it was not
attempted.
Declaration
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.
Declaration
public EbicsFileTransferResult ResultDownloadHAC { get; }
Property Value
ResultsUploadOutbox
Declaration
public EbicsFileTransferResult[] ResultsUploadOutbox { get; }
Property Value
Timestamp
A UTC time stamp that was taken when this object was initially created.
Declaration
public DateTime Timestamp { get; }
Property Value
Methods
FromString(string)
Declaration
public static EbicsFileSpoolerResult FromString(string s)
Parameters
Type |
Name |
Description |
string |
s |
|
Returns
ToString()
Formats this result as a CSV line for addition to the
OKAYFILENAME log.
Declaration
public override string ToString()
Returns
Overrides