Table of Contents

Class LocationDto

Namespace
GastroSky.Models.DTO.Location
Assembly
GastroSky.Models.dll
public class LocationDto
Inheritance
LocationDto
Inherited Members

Properties

CountryCodeISO

[MaxLength(3)]
public required string CountryCodeISO { get; set; }

Property Value

string

Latitude

public double? Latitude { get; set; }

Property Value

double?

Longitude

public double? Longitude { get; set; }

Property Value

double?

Name

public required string Name { get; set; }

Property Value

string

RegionCode

public required string RegionCode { get; set; }

Property Value

string

ZipCode

public required string ZipCode { get; set; }

Property Value

string