Class FinBanksFileBuilder
Inheritance
FinBanksFileBuilder
Assembly: Subsembly.FinTS.Core.dll
Syntax
public class FinBanksFileBuilder
Properties
Count
Declaration
public int Count { get; }
Property Value
CountServers
Declaration
public int CountServers { get; }
Property Value
CountStrings
Declaration
public int CountStrings { get; }
Property Value
Methods
AddBank(FinBanksInfo)
Declaration
public void AddBank(FinBanksInfo aBank)
Parameters
AddServer(FinBanksServer)
Declaration
public ushort AddServer(FinBanksServer aServer)
Parameters
Returns
AddString(string)
Declaration
public ushort AddString(string sString)
Parameters
Type |
Name |
Description |
string |
sString |
|
Returns
SaveAs(string)
Saves the compressed FinBanks.dat file.
Declaration
public void SaveAs(string sFilename)
Parameters
Type |
Name |
Description |
string |
sFilename |
The file name and complete path of the "FinBanks.dat" file to be
written. If the file already exists, then it will be overwritten.
|
Exceptions
Write(Stream)
Declaration
public void Write(Stream aStream)
Parameters
Type |
Name |
Description |
Stream |
aStream |
|