Class RegionMapping
Inheritance
System.Object
RegionMapping
Assembly: DirectScale.Disco.Extension.Abstractions.dll
Syntax
public class RegionMapping : Object
Constructors
RegionMapping()
Declaration
Properties
CountryCode
Declaration
public string CountryCode { get; set; }
Property Value
Type |
Description |
System.String |
|
IsAllStates
Declaration
public bool IsAllStates { get; }
Property Value
Type |
Description |
System.Boolean |
|
StateCodes
Declaration
public IReadOnlyList<string> StateCodes { get; }
Property Value
Type |
Description |
System.Collections.Generic.IReadOnlyList<System.String> |
|