Class EbicsFileSpoolerResult
Inheritance
System.Object
EbicsFileSpoolerResult
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)
Assembly: Subsembly.EBICS.Core.dll
Syntax
public class EbicsFileSpoolerResult
Properties
Declaration
public string ContactName { get; }
Property Value
Type |
Description |
System.String |
|
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
Type |
Description |
System.DateTime |
|
Methods
FromString(String)
Declaration
public static EbicsFileSpoolerResult FromString(string s)
Parameters
Type |
Name |
Description |
System.String |
s |
|
Returns
ToString()
Formats this result as a CSV line for addition to the
OKAYFILENAME log.
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
System.Object.ToString()