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 |
---|---|---|
Sepa |
nWellKnownMessage |
Returns
Type | Description |
---|---|
System. |
Returns the country code of the country that specified the particular well known
message info, or |
GetMarketSpecification(SepaWellKnownMessageInfos)
Declaration
public static SepaMarketSpecificationIdentifier GetMarketSpecification(this SepaWellKnownMessageInfos nWellKnownMessageInfo)
Parameters
Type | Name | Description |
---|---|---|
Sepa |
nWellKnownMessageInfo |
Returns
Type | Description |
---|---|
Sepa |
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 |
---|---|---|
Sepa |
nWellKnownMessage | The SEPA message variant for which to get the XML namespace URN. |
Returns
Type | Description |
---|---|
System. |
Returns the XML namespace URN, or an empty string if it is a generic message
variant, or |