Table of Contents

Class PostFiltersDto

Namespace
GastroSky.Models.DTO.Post
Assembly
GastroSky.Models.dll

Ultra-redux DTO for a GastroSky.Models.DTO.Post. Very fast, very minimal.

public sealed class PostFiltersDto
Inheritance
PostFiltersDto
Inherited Members

Properties

ConstructionYear

public NullableQuantitativeFilter<short> ConstructionYear { get; set; }

Property Value

NullableQuantitativeFilter<short>

ExternalSeatCount

public NullableQuantitativeFilter<int> ExternalSeatCount { get; set; }

Property Value

NullableQuantitativeFilter<int>

ExternalSurfaceSquareMeters

public NullableQuantitativeFilter<int> ExternalSurfaceSquareMeters { get; set; }

Property Value

NullableQuantitativeFilter<int>

InternalSeatCount

public NullableQuantitativeFilter<int> InternalSeatCount { get; set; }

Property Value

NullableQuantitativeFilter<int>

InternalSurfaceSquareMeters

public NullableQuantitativeFilter<int> InternalSurfaceSquareMeters { get; set; }

Property Value

NullableQuantitativeFilter<int>

LastRenovationYear

public NullableQuantitativeFilter<short> LastRenovationYear { get; set; }

Property Value

NullableQuantitativeFilter<short>

Locations

public ICollection<LocationResponseDto> Locations { get; set; }

Property Value

ICollection<LocationResponseDto>

MonthlyRentPriceSubunit

public NullableQuantitativeFilter<long> MonthlyRentPriceSubunit { get; set; }

Property Value

NullableQuantitativeFilter<long>

NumberOfBedrooms

public NullableQuantitativeFilter<int> NumberOfBedrooms { get; set; }

Property Value

NullableQuantitativeFilter<int>

NumberOfBeds

public NullableQuantitativeFilter<int> NumberOfBeds { get; set; }

Property Value

NullableQuantitativeFilter<int>

NumberOfEmployees

public NullableQuantitativeFilter<int> NumberOfEmployees { get; set; }

Property Value

NullableQuantitativeFilter<int>

NumberOfFloors

public NullableQuantitativeFilter<int> NumberOfFloors { get; set; }

Property Value

NullableQuantitativeFilter<int>

NumberOfParkingLots

public NullableQuantitativeFilter<int> NumberOfParkingLots { get; set; }

Property Value

NullableQuantitativeFilter<int>

NumberOfRooms

public NullableQuantitativeFilter<int> NumberOfRooms { get; set; }

Property Value

NullableQuantitativeFilter<int>

NumberOfTerraces

public NullableQuantitativeFilter<int> NumberOfTerraces { get; set; }

Property Value

NullableQuantitativeFilter<int>

Regions

public ICollection<RegionResponseDto> Regions { get; set; }

Property Value

ICollection<RegionResponseDto>

SalePriceSubunit

public NullableQuantitativeFilter<long> SalePriceSubunit { get; set; }

Property Value

NullableQuantitativeFilter<long>