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
Location
Location where the advertisement was posted.
public required string Location { get; set; }
Property Value
Price
Price mentioned in the advertisement.
public required string Price { get; set; }
Property Value
Title
Title of the dating advertisement.
public required string Title { get; set; }