Class PoiLookupDto
- Namespace
- XENBIT.ResQueServe.Core.Models
- Assembly
- RQS.Core.dll
public record PoiLookupDto : LookupDto, IEquatable<LookupDto>, IEquatable<PoiLookupDto>
- Inheritance
-
PoiLookupDto
- Implements
-
- Inherited Members
-
Constructors
PoiLookupDto()
PoiLookupDto(IPoi)
public PoiLookupDto(IPoi poi)
Parameters
poi IPoi
Properties
AddressId
public long? AddressId { get; set; }
Property Value
- long?
Category
public PoiCategory? Category { get; set; }
Property Value
- PoiCategory?
City
public string? City { get; set; }
Property Value
- string
District
public string? District { get; set; }
Property Value
- string
HouseNumber
public string? HouseNumber { get; set; }
Property Value
- string
Id
public long? Id { get; set; }
Property Value
- long?
Name
public string? Name { get; set; }
Property Value
- string
public string? SearchTags { get; set; }
Property Value
- string
Street
public string? Street { get; set; }
Property Value
- string
Zip
public string? Zip { get; set; }
Property Value
- string