Class CountryModel
Inheritance
System.Object
CountryModel
Assembly: EPiServer.Commerce.UI.CustomerService.dll
Version: 14.26.0
Syntax
public class CountryModel : Object
Constructors
Declaration
public CountryModel(CountryDto.CountryRow country)
Parameters
Properties
CallingCode
Declaration
public string CallingCode { get; }
Property Value
Type |
Description |
System.String |
|
Code
Declaration
public string Code { get; }
Property Value
Type |
Description |
System.String |
|
FlagSvgImage
Declaration
public string FlagSvgImage { get; set; }
Property Value
Type |
Description |
System.String |
|
Name
Declaration
public string Name { get; }
Property Value
Type |
Description |
System.String |
|
Regions
Declaration
public IEnumerable<RegionModel> Regions { get; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<RegionModel> |
|