Table of Contents

Class DatingAd

Namespace
SunamoBazosCrawler
Assembly
SunamoBazosCrawler.dll

Represents a dating advertisement from Bazos website.

public class DatingAd
Inheritance
DatingAd
Inherited Members
Extension Methods

Properties

Description

Description of the dating advertisement.

public required string Description { get; set; }

Property Value

string

Location

Location where the advertisement was posted.

public required string Location { get; set; }

Property Value

string

Price

Price mentioned in the advertisement.

public required string Price { get; set; }

Property Value

string

Title

Title of the dating advertisement.

public required string Title { get; set; }

Property Value

string