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 RegionModel

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

Constructors

RegionModel(CountryDto.StateProvinceRow)

Declaration
public RegionModel(CountryDto.StateProvinceRow region)
Parameters
Type Name Description
CountryDto.StateProvinceRow region

Properties

Id

Declaration
public int Id { get; }
Property Value
Type Description
System.Int32

Name

Declaration
public string Name { get; }
Property Value
Type Description
System.String