Class ScraperFinTS
Inheritance
System.Object
ScraperFinTS
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()
Assembly: Subsembly.Scraper.FinTS.dll
Syntax
public class ScraperFinTS : Scraper, IScraper
Constructors
ScraperFinTS(Int32)
Declaration
public ScraperFinTS(int nPriority = 1)
Parameters
Fields
SCRAPERPRIORITY_FINTS
The default priority places the ScraperFinTS at the end of the list.
This makes it a fall-back that is only considered, when none of the other scrapers
do handle an account.
Declaration
public const int SCRAPERPRIORITY_FINTS = 1
Field Value
Type |
Description |
System.Int32 |
|
Properties
ProductRegisterNo
Declaration
public static string ProductRegisterNo { get; set; }
Property Value
Type |
Description |
System.String |
|
ProductVersion
Declaration
public static string ProductVersion { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
Declaration
public override IScraperContact OnCreateScraperContact(SepaAccount aAcct)
Parameters
Returns
Overrides
Register(Int32)
Declaration
public static void Register(int nPriority = 1)
Parameters
Implements