Class RegionModel
Inheritance
System.Object
RegionModel
Namespace: EPiServer.Commerce.UI.CustomerService.Models
Assembly: EPiServer.Commerce.UI.CustomerService.dll
Version: 14.26.0Syntax
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 |