TRONIX Code Documentation
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
Tronix.Web.Models.CommonInfo Class Reference
Collaboration diagram for Tronix.Web.Models.CommonInfo:
Collaboration graph
[legend]

Static Public Attributes

static List< SelectListItemStates
 
static List< SelectListItemStatuses
 

Member Data Documentation

◆ States

List<SelectListItem> Tronix.Web.Models.CommonInfo.States
static

◆ Statuses

List<SelectListItem> Tronix.Web.Models.CommonInfo.Statuses
static
Initial value:
= new List<SelectListItem>
{
new SelectListItem {Text = "Active", Value = "1"},
new SelectListItem {Text = "Retired", Value = "2"}
}
System.Web.Mvc.SelectListItem SelectListItem
Definition HomeController.cs:20

The documentation for this class was generated from the following file: