Table of Contents

Class Country

Namespace
GastroSky.Models
Assembly
GastroSky.Models.dll
[Table("Countries")]
public class Country
Inheritance
Country
Inherited Members

Properties

CountryCodeISO

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

Property Value

string

Locations

public ICollection<Location> Locations { get; set; }

Property Value

ICollection<Location>

Regions

public ICollection<Region> Regions { get; set; }

Property Value

ICollection<Region>