Table of Contents

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

AddressInformation()

public AddressInformation()

AddressInformation(IAddress?)

public AddressInformation(IAddress? address)

Parameters

address IAddress

Properties

CityName

public string? CityName { get; set; }

Property Value

string

CommuneName

public string? CommuneName { get; set; }

Property Value

string

Country

public string? Country { get; set; }

Property Value

string

DistrictName

public string? DistrictName { get; set; }

Property Value

string

DistrictZip

public string? DistrictZip { get; set; }

Property Value

string

GeocodingResult

public IGeocodingResult? GeocodingResult { get; set; }

Property Value

IGeocodingResult

HouseNumber

public string? HouseNumber { get; set; }

Property Value

string

Id

public long? Id { get; set; }

Property Value

long?

OperationsNearby

public IReadOnlyCollection<OperationInformation>? OperationsNearby { get; set; }

Property Value

IReadOnlyCollection<OperationInformation>

StateName

public string? StateName { get; set; }

Property Value

string

Street

public string? Street { get; set; }

Property Value

string