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

    Class FinDocFormatInfo

    A FinDocFormatInfo is used when the FinDoc DocumentType is DOCTYPE_FINANCEDATAFORMAT. Also, it is used with FinMail instances.

    Inheritance
    System.Object
    FinDocFormatInfo
    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.FinTS
    Assembly: Subsembly.FinTS.Core.dll
    Syntax
    public class FinDocFormatInfo

    Constructors

    FinDocFormatInfo(FinDocFormatType, String, String)

    Declaration
    public FinDocFormatInfo(FinDocFormatType nFormatType, string sFormatName, string sFormatVersion)
    Parameters
    Type Name Description
    FinDocFormatType nFormatType
    System.String sFormatName

    Mandatory format name string. Must not be null and must not be longer than 10 characters. The format name is a string like "MT544" or "pdf".

    System.String sFormatVersion

    Optional format version string. May be null, but must not be longer than 10 characters.

    Properties

    FormatName

    The format name is a tring like "MT544" or "pdf".

    Declaration
    public string FormatName { get; }
    Property Value
    Type Description
    System.String

    FormatType

    Declaration
    public FinDocFormatType FormatType { get; }
    Property Value
    Type Description
    FinDocFormatType

    FormatVersion

    Declaration
    public string FormatVersion { get; }
    Property Value
    Type Description
    System.String

    Methods

    ToString()

    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