Parser Class

AddrSuggestion

Parser Class

Базовый класс для работы с сайтами недвижимости
Inheritance Hierarchy
SystemObject  RealtyParser
    RealtyAvito
    RealtyCian

Namespace:  Realty
Assembly:  Realty (in Realty.exe) Version: 1.0.0.0 (1.0.0.0)

The Parser type exposes the following members.

Constructors
  NameDescription
Public methodParser(String)
Конструктор, в качестве параметра принимает поисковую строку
Public methodParser(String, Boolean)
Конструктор, в качестве параметра принимает поисковую строку и флаг использования прокси
Top
Properties
  NameDescription
Public propertyAddress
Адрес
Public propertyArea
Площадь квартиры
Public propertyCity
Город объявления
Public propertyDelay_s
Задержка между запросами к сайту
Public propertyFloor
Этаж
Public propertyLink
Ссылка на объявление
Public propertyPrice
Цена квартиры
Public propertySearchUrl
Поисковая строка
Public propertyUseProxy
Использовать прокси
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodParse
Парсит результаты запроса
Public methodToString (Inherited from Object.)
Top
Fields
  NameDescription
Public fieldsiteUrl
Корневой URL сайта
Top
See Also