Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class CountryModel

Inheritance
System.Object
CountryModel
Namespace: EPiServer.Commerce.UI.CustomerService.Models
Assembly: EPiServer.Commerce.UI.CustomerService.dll
Version: 14.26.0
Syntax
public class CountryModel : Object

Constructors

CountryModel(CountryDto.CountryRow)

Declaration
public CountryModel(CountryDto.CountryRow country)
Parameters
Type Name Description
CountryDto.CountryRow country

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>