• API Overview
  • EBICS API
  • FinTS API
  • XS2A API
  • SEPA API
Search Results for

    Class ScraperFinTS

    Inheritance
    System.Object
    Scraper
    ScraperFinTS
    Implements
    IScraper
    Inherited Members
    Scraper.SCRAPERPRIORITY_LOW
    Scraper.SCRAPERPRIORITY_NORMAL
    Scraper.SCRAPERPRIORITY_HIGH
    Scraper.AddBankAccountProduct(String, String, String, String, String[])
    Scraper.AddBankAccountProduct(String, String, String, Func<SepaIBAN, Boolean>)
    Scraper.AddCreditCardProduct(String, String, String, String[])
    Scraper.AddCreditCardWithIbanProduct(String, String, String, String, String[])
    Scraper.AddProduct(ScraperProductType, String, String, String, Func<SepaIBAN, Boolean>)
    Scraper.AddProduct(ScraperProductType, ScraperAccountNumberType, String, String, String, String, String[])
    Scraper.ClassName
    Scraper.Name
    Scraper.Priority
    Scraper.AllProductInfos
    Scraper.GetProductInfo(JsonObject)
    Scraper.CanScrape(JsonObject)
    Scraper.CreateContact(JsonObject)
    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.Scraper.FinTS
    Assembly: Subsembly.Scraper.FinTS.dll
    Syntax
    public class ScraperFinTS : Scraper, IScraper

    Constructors

    ScraperFinTS(Int32)

    Declaration
    public ScraperFinTS(int nPriority = 1)
    Parameters
    Type Name Description
    System.Int32 nPriority

    The priority of the scraper relative to the other scrapers. By default the SCRAPERPRIORITY_FINTS places the ScraperFinTS at the end of the list. It may be desireable to use SCRAPERPRIORITY_HIGH, to put the ScraperFinTS at the front of the list.

    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

    OnCreateScraperContact(SepaAccount)

    Declaration
    public override IScraperContact OnCreateScraperContact(SepaAccount aAcct)
    Parameters
    Type Name Description
    SepaAccount aAcct
    Returns
    Type Description
    IScraperContact
    Overrides
    Scraper.OnCreateScraperContact(SepaAccount)

    Register(Int32)

    Registers the ScraperFinTS.

    Declaration
    public static void Register(int nPriority = 1)
    Parameters
    Type Name Description
    System.Int32 nPriority

    The priority of the scraper relative to the other scrapers. By default the SCRAPERPRIORITY_FINTS places the ScraperFinTS at the end of the list. It may be desireable to use SCRAPERPRIORITY_HIGH, to put the ScraperFinTS at the front of the list.

    Remarks

    The FinTS scraper is not registered by default, but must be registered explicitly by calling this method. If this method is called, then the built-in scrapers will not be registered automatically. If a clients wants to use the built-in scrapers and FinTS, it has to call both:

    ScraperService.RegisterBuiltInScrapers();
    ScraperFinTS.Register();

    Implements

    IScraper
    In This Article
    Back to top Copyright 2009-2025 Subsembly GmbH