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

    Class SepaWellKnownMessageInfosExtensions

    Inheritance
    System.Object
    SepaWellKnownMessageInfosExtensions
    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)
    System.Object.ToString()
    Namespace: Subsembly.Sepa
    Assembly: Subsembly.Sepa.dll
    Syntax
    public static class SepaWellKnownMessageInfosExtensions

    Methods

    GetCountryCode(SepaWellKnownMessageInfos)

    Declaration
    public static string GetCountryCode(this SepaWellKnownMessageInfos nWellKnownMessage)
    Parameters
    Type Name Description
    SepaWellKnownMessageInfos nWellKnownMessage
    Returns
    Type Description
    System.String

    Returns the country code of the country that specified the particular well known message info, or null, if it was a generic or internationally specified message.

    GetMarketSpecification(SepaWellKnownMessageInfos)

    Declaration
    public static SepaMarketSpecificationIdentifier GetMarketSpecification(this SepaWellKnownMessageInfos nWellKnownMessageInfo)
    Parameters
    Type Name Description
    SepaWellKnownMessageInfos nWellKnownMessageInfo
    Returns
    Type Description
    SepaMarketSpecificationIdentifier

    GetNamespace(SepaWellKnownMessageInfos)

    Gets the XML namespace URN for a particular well known SEPA message variant.

    Declaration
    public static string GetNamespace(this SepaWellKnownMessageInfos nWellKnownMessage)
    Parameters
    Type Name Description
    SepaWellKnownMessageInfos nWellKnownMessage

    The SEPA message variant for which to get the XML namespace URN.

    Returns
    Type Description
    System.String

    Returns the XML namespace URN, or an empty string if it is a generic message variant, or null if the given message variant is not known.

    In This Article
    Back to top Copyright 2009-2025 Subsembly GmbH