Class SepaWellKnownMessageInfosExtensions
Inheritance
SepaWellKnownMessageInfosExtensions
Assembly: Subsembly.Sepa.dll
Syntax
public static class SepaWellKnownMessageInfosExtensions
Methods
GetCountryCode(SepaWellKnownMessageInfos)
Declaration
public static string GetCountryCode(this SepaWellKnownMessageInfos nWellKnownMessage)
Parameters
Returns
Type |
Description |
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
Returns
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 |
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.
|