Class SepaWellKnownMessageInfosExtensions

Namespace
Subsembly.Sepa
Assembly
Subsembly.Sepa.dll
public static class SepaWellKnownMessageInfosExtensions
Inheritance
SepaWellKnownMessageInfosExtensions
Inherited Members

Methods

GetCountryCode(SepaWellKnownMessageInfos)

public static string GetCountryCode(this SepaWellKnownMessageInfos nWellKnownMessage)

Parameters

nWellKnownMessage SepaWellKnownMessageInfos

Returns

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)

public static SepaMarketSpecificationIdentifier GetMarketSpecification(this SepaWellKnownMessageInfos nWellKnownMessageInfo)

Parameters

nWellKnownMessageInfo SepaWellKnownMessageInfos

Returns

SepaMarketSpecificationIdentifier

GetNamespace(SepaWellKnownMessageInfos)

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

public static string GetNamespace(this SepaWellKnownMessageInfos nWellKnownMessage)

Parameters

nWellKnownMessage SepaWellKnownMessageInfos

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

Returns

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.