Table of Contents

Class AddressLookupDto

Namespace
XENBIT.ResQueServe.Core.Models
Assembly
RQS.Core.dll
public record AddressLookupDto : LookupDto, IEquatable<LookupDto>, IEquatable<AddressLookupDto>
Inheritance
AddressLookupDto
Implements
Inherited Members

Constructors

AddressLookupDto()

public AddressLookupDto()

AddressLookupDto(Address, long)

public AddressLookupDto(Address address, long cacheVersion)

Parameters

address Address
cacheVersion long

Properties

CityName

[JsonPropertyName("cityName")]
public string? CityName { get; set; }

Property Value

string

CommuneName

[JsonPropertyName("communeName")]
public string? CommuneName { get; set; }

Property Value

string

DistrictId

[JsonPropertyName("districtId")]
public int? DistrictId { get; set; }

Property Value

int?

DistrictName

[JsonPropertyName("districtName")]
public string? DistrictName { get; set; }

Property Value

string

DistrictZip

[JsonPropertyName("districtZip")]
public string? DistrictZip { get; set; }

Property Value

string

Id

[JsonPropertyName("id")]
public long? Id { get; set; }

Property Value

long?

StateName

[JsonPropertyName("stateName")]
public string? StateName { get; set; }

Property Value

string

Street

[JsonPropertyName("street")]
public string? Street { get; set; }

Property Value

string