Class AdsRegionBase
- Namespace
- SunamoUriWebServices.Ads
- Assembly
- SunamoUriWebServices.dll
Base class for regional advertisement search URLs.
public class AdsRegionBase
- Inheritance
-
AdsRegionBase
- Inherited Members
- Extension Methods
Constructors
AdsRegionBase(string, string, string, string, string, params string[])
Initializes a new instance of the AdsRegionBase class.
public AdsRegionBase(string postalCode, string hyperinzerceCz, string bazarCz, string sBazarCz, string avizoCz, params string[] other)
Parameters
postalCodestringThe postal code for location-based search.
hyperinzerceCzstringThe Hyperinzerce.cz search URL template.
bazarCzstringThe Bazar.cz search URL template.
sBazarCzstringThe SBazar.cz search URL template.
avizoCzstringThe Avizo.cz search URL template.
otherstring[]Additional search URL templates.
Properties
All
Gets or sets all advertisement search URLs.
public List<string> All { get; set; }
Property Value
AukroCz
Gets or sets the Aukro.cz search URL.
public string AukroCz { get; set; }
Property Value
AvizoCz
Gets or sets the Avizo.cz search URL.
public string AvizoCz { get; set; }
Property Value
BazarCz
Gets or sets the Bazar.cz search URL.
public string BazarCz { get; set; }
Property Value
BazosCz
Gets or sets the Bazos.cz search URL (3rd largest).
public string BazosCz { get; set; }
Property Value
HyperinzerceCz
Gets or sets the Hyperinzerce.cz search URL (1st largest).
public string HyperinzerceCz { get; set; }
Property Value
SBazarCz
Gets or sets the SBazar.cz search URL (2nd largest).
public string SBazarCz { get; set; }
Property Value
Methods
SearchInAll(string)
Searches in all advertisement sites for the specified query.
public void SearchInAll(string searchQuery)
Parameters
searchQuerystringThe search query.