Class ScraperProductInfo
Inheritance
System.Object
ScraperProductInfo
Implements
System.IComparable
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.dll
Syntax
public class ScraperProductInfo : IComparable
Properties
AccountNumberType
Declaration
public ScraperAccountNumberType AccountNumberType { get; }
Property Value
BankCodes
Declaration
public string[] BankCodes { get; }
Property Value
Type |
Description |
System.String[] |
|
CardNumberRanges
Declaration
public ScraperCardNumberRanges CardNumberRanges { get; }
Property Value
CountryCode
Declaration
public string CountryCode { get; }
Property Value
Type |
Description |
System.String |
|
IconName
Declaration
public string IconName { get; }
Property Value
Type |
Description |
System.String |
|
LoginUrl
Declaration
public string LoginUrl { get; }
Property Value
Type |
Description |
System.String |
|
ProductName
Declaration
public string ProductName { get; }
Property Value
Type |
Description |
System.String |
|
ProductType
Declaration
public ScraperProductType ProductType { get; }
Property Value
Scraper
Declaration
public IScraper Scraper { get; }
Property Value
ScraperClassName
Declaration
public string ScraperClassName { get; }
Property Value
Type |
Description |
System.String |
|
ScraperDisplayName
Declaration
public string ScraperDisplayName { get; }
Property Value
Type |
Description |
System.String |
|
Methods
CompareTo(Object)
Declaration
public int CompareTo(object aThatObject)
Parameters
Type |
Name |
Description |
System.Object |
aThatObject |
|
Returns
Type |
Description |
System.Int32 |
|
MatchCardNumber(String)
Declaration
public bool MatchCardNumber(string sCreditCardNo)
Parameters
Type |
Name |
Description |
System.String |
sCreditCardNo |
|
Returns
Type |
Description |
System.Boolean |
|
MatchIBAN(SepaIBAN)
Declaration
public bool MatchIBAN(SepaIBAN tIBAN)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Implements
System.IComparable