Class EbicsFileSpoolerResult

Namespace
Subsembly.EBICS
Assembly
Subsembly.EBICS.Core.dll
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

string

ResultCode

The overall result of the EBICS spooler job.

public EbicsFileSpoolerResultCode ResultCode { get; }

Property Value

EbicsFileSpoolerResultCode

ResultDownloadBKA

The result of the attempt to download statement documents. This is null if it was not attempted.

public EbicsFileTransferResult ResultDownloadBKA { get; }

Property Value

EbicsFileTransferResult

ResultDownloadBKI

The result of the attempt to download account documents. This is null if it was not attempted.

public EbicsFileTransferResult ResultDownloadBKI { get; }

Property Value

EbicsFileTransferResult

ResultDownloadC52

The result of the attempt to download CAMT 052. This is null if it was not attempted.

public EbicsFileTransferResult ResultDownloadC52 { get; }

Property Value

EbicsFileTransferResult

ResultDownloadC53

The result of the attempt to download CAMT 053. This is null if it was not attempted.

public EbicsFileTransferResult ResultDownloadC53 { get; }

Property Value

EbicsFileTransferResult

ResultDownloadC54

The result of the attempt to download CAMT 054. This is null if it was not attempted.

public EbicsFileTransferResult ResultDownloadC54 { get; }

Property Value

EbicsFileTransferResult

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

EbicsFileTransferResult

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

EbicsFileTransferResult[]

Timestamp

A UTC time stamp that was taken when this object was initially created.

public DateTime Timestamp { get; }

Property Value

DateTime

Methods

FromString(string)

public static EbicsFileSpoolerResult FromString(string s)

Parameters

s string

Returns

EbicsFileSpoolerResult

ToString()

Formats this result as a CSV line for addition to the OKAYFILENAME log.

public override string ToString()

Returns

string