Class SepaAustrianBankInfos
Helper for loading Austrian bank informations from an official "SEPA-Zahlungsverkehrs-Verzeichnis" file from the Oesterreichische Nationalbank.
Inheritance
System.Object
SepaAustrianBankInfos
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 SepaAustrianBankInfos
Methods
LoadSepaVerzeichnisTable(Stream)
Declaration
public static SepaBankInfos LoadSepaVerzeichnisTable(Stream aStream)
Parameters
Type | Name | Description |
---|---|---|
System.IO.Stream | aStream | Stream of the official ASCII text format "SEPA-Zahlungsverkehrs-Verzeichnis" table from the Oesterreichische Nationalbank. |
Returns
Type | Description |
---|---|
SepaBankInfos |
LoadSepaVerzeichnisTable(TextReader)
Declaration
public static SepaBankInfos LoadSepaVerzeichnisTable(TextReader aReader)
Parameters
Type | Name | Description |
---|---|---|
System.IO.TextReader | aReader |
Returns
Type | Description |
---|---|
SepaBankInfos |
LoadSepaVerzeichnisTableFile(String)
Declaration
public static SepaBankInfos LoadSepaVerzeichnisTableFile(string sFileName)
Parameters
Type | Name | Description |
---|---|---|
System.String | sFileName | File name of the official ASCII text format "SEPA-Zahlungsverkehrs-Verzeichnis" table from the Oesterreichische Nationalbank. |
Returns
Type | Description |
---|---|
SepaBankInfos |