Class AddressInformation
- Namespace
- XENBIT.ResQueServe.Core.Models
- Assembly
- RQS.Core.dll
public record AddressInformation : Information, IEquatable<Information>, IEquatable<AddressInformation>
- Inheritance
-
AddressInformation
- Implements
-
- Inherited Members
-
Constructors
public AddressInformation()
public AddressInformation(IAddress? address)
Parameters
address IAddress
Properties
public string? CityName { get; set; }
Property Value
- string
public string? CommuneName { get; set; }
Property Value
- string
public string? Country { get; set; }
Property Value
- string
public string? DistrictName { get; set; }
Property Value
- string
public string? DistrictZip { get; set; }
Property Value
- string
public IGeocodingResult? GeocodingResult { get; set; }
Property Value
- IGeocodingResult
public string? HouseNumber { get; set; }
Property Value
- string
public long? Id { get; set; }
Property Value
- long?
public IReadOnlyCollection<OperationInformation>? OperationsNearby { get; set; }
Property Value
- IReadOnlyCollection<OperationInformation>
public string? StateName { get; set; }
Property Value
- string
public string? Street { get; set; }
Property Value
- string