Class State
A list of States / Provinces / Regions
Inheritance
System.Object
State
Namespace: LymeTemplateApi.Models
Assembly: LymeTemplateApi.Models.dll
Syntax
public class State : object
Properties
Code
Abbreviated code for the State / Province / Region.
Declaration
public string? Code { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.String> |
Id
Primary Key
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Name
Name of the State / Province / Region.
Declaration
public string? Name { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.String> |