Class SepaWellKnownMessageInfosExtensions
public static class SepaWellKnownMessageInfosExtensions
- Inheritance
-
SepaWellKnownMessageInfosExtensions
- Inherited Members
Methods
GetCountryCode(SepaWellKnownMessageInfos)
public static string GetCountryCode(this SepaWellKnownMessageInfos nWellKnownMessage)
Parameters
nWellKnownMessageSepaWellKnownMessageInfos
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
nWellKnownMessageInfoSepaWellKnownMessageInfos
Returns
GetNamespace(SepaWellKnownMessageInfos)
Gets the XML namespace URN for a particular well known SEPA message variant.
public static string GetNamespace(this SepaWellKnownMessageInfos nWellKnownMessage)
Parameters
nWellKnownMessageSepaWellKnownMessageInfosThe 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
nullif the given message variant is not known.