Class PostFiltersDto
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
ExternalSeatCount
public NullableQuantitativeFilter<int> ExternalSeatCount { get; set; }
Property Value
ExternalSurfaceSquareMeters
public NullableQuantitativeFilter<int> ExternalSurfaceSquareMeters { get; set; }
Property Value
InternalSeatCount
public NullableQuantitativeFilter<int> InternalSeatCount { get; set; }
Property Value
InternalSurfaceSquareMeters
public NullableQuantitativeFilter<int> InternalSurfaceSquareMeters { get; set; }
Property Value
LastRenovationYear
public NullableQuantitativeFilter<short> LastRenovationYear { get; set; }
Property Value
Locations
public ICollection<LocationResponseDto> Locations { get; set; }
Property Value
MonthlyRentPriceSubunit
public NullableQuantitativeFilter<long> MonthlyRentPriceSubunit { get; set; }
Property Value
NumberOfBedrooms
public NullableQuantitativeFilter<int> NumberOfBedrooms { get; set; }
Property Value
NumberOfBeds
public NullableQuantitativeFilter<int> NumberOfBeds { get; set; }
Property Value
NumberOfEmployees
public NullableQuantitativeFilter<int> NumberOfEmployees { get; set; }
Property Value
NumberOfFloors
public NullableQuantitativeFilter<int> NumberOfFloors { get; set; }
Property Value
NumberOfParkingLots
public NullableQuantitativeFilter<int> NumberOfParkingLots { get; set; }
Property Value
NumberOfRooms
public NullableQuantitativeFilter<int> NumberOfRooms { get; set; }
Property Value
NumberOfTerraces
public NullableQuantitativeFilter<int> NumberOfTerraces { get; set; }
Property Value
Regions
public ICollection<RegionResponseDto> Regions { get; set; }
Property Value
SalePriceSubunit
public NullableQuantitativeFilter<long> SalePriceSubunit { get; set; }