• API Overview
  • EBICS API
  • FinTS API
  • XS2A API
  • SEPA API
Search Results for

    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)
    Namespace: Subsembly.EBICS
    Assembly: Subsembly.EBICS.Core.dll
    Syntax
    public class EbicsFileSpoolerResult

    Properties

    ContactName

    The ContactName of the EbicsContact that was used by this spooler execution.

    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
    Type Description
    EbicsFileSpoolerResultCode

    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
    Type Description
    EbicsFileTransferResult

    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
    Type Description
    EbicsFileTransferResult

    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
    Type Description
    EbicsFileTransferResult

    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
    Type Description
    EbicsFileTransferResult

    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
    Type Description
    EbicsFileTransferResult

    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
    Type Description
    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

    Declaration
    public EbicsFileTransferResult[] ResultsUploadOutbox { get; }
    Property Value
    Type Description
    EbicsFileTransferResult[]

    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
    Type Description
    EbicsFileSpoolerResult

    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()
    In This Article
    Back to top Copyright 2009-2025 Subsembly GmbH