Table of Contents

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

postalCode string

The postal code for location-based search.

hyperinzerceCz string

The Hyperinzerce.cz search URL template.

bazarCz string

The Bazar.cz search URL template.

sBazarCz string

The SBazar.cz search URL template.

avizoCz string

The Avizo.cz search URL template.

other string[]

Additional search URL templates.

Properties

All

Gets or sets all advertisement search URLs.

public List<string> All { get; set; }

Property Value

List<string>

AukroCz

Gets or sets the Aukro.cz search URL.

public string AukroCz { get; set; }

Property Value

string

AvizoCz

Gets or sets the Avizo.cz search URL.

public string AvizoCz { get; set; }

Property Value

string

BazarCz

Gets or sets the Bazar.cz search URL.

public string BazarCz { get; set; }

Property Value

string

BazosCz

Gets or sets the Bazos.cz search URL (3rd largest).

public string BazosCz { get; set; }

Property Value

string

HyperinzerceCz

Gets or sets the Hyperinzerce.cz search URL (1st largest).

public string HyperinzerceCz { get; set; }

Property Value

string

SBazarCz

Gets or sets the SBazar.cz search URL (2nd largest).

public string SBazarCz { get; set; }

Property Value

string

Methods

SearchInAll(string)

Searches in all advertisement sites for the specified query.

public void SearchInAll(string searchQuery)

Parameters

searchQuery string

The search query.