Class ScraperProductInfo

Namespace
Subsembly.Scraper
Assembly
Subsembly.Scraper.dll
public class ScraperProductInfo : IComparable
Inheritance
ScraperProductInfo
Implements
Inherited Members

Properties

AccountNumberType

public ScraperAccountNumberType AccountNumberType { get; }

Property Value

ScraperAccountNumberType

BankCodes

public string[] BankCodes { get; }

Property Value

string[]

CardNumberRanges

public ScraperCardNumberRanges CardNumberRanges { get; }

Property Value

ScraperCardNumberRanges

CountryCode

public string CountryCode { get; }

Property Value

string

IconName

public string IconName { get; }

Property Value

string

LoginUrl

public string LoginUrl { get; }

Property Value

string

ProductName

public string ProductName { get; }

Property Value

string

ProductType

public ScraperProductType ProductType { get; }

Property Value

ScraperProductType

Scraper

public IScraper Scraper { get; }

Property Value

IScraper

ScraperClassName

public string ScraperClassName { get; }

Property Value

string

ScraperDisplayName

public string ScraperDisplayName { get; }

Property Value

string

Methods

CompareTo(object)

public int CompareTo(object aThatObject)

Parameters

aThatObject object

Returns

int

MatchCardNumber(string)

public bool MatchCardNumber(string sCreditCardNo)

Parameters

sCreditCardNo string

Returns

bool

MatchIBAN(SepaIBAN)

public bool MatchIBAN(SepaIBAN tIBAN)

Parameters

tIBAN SepaIBAN

Returns

bool