Class FormElementsDemoModel
Inheritance
System.Object
FormElementsDemoModel
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.Demo.Views.Components.Themes.Shared.Demos.FormElementsDemo
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.Demo.dll
Syntax
public class FormElementsDemoModel
Constructors
FormElementsDemoModel()
Declaration
public FormElementsDemoModel()
Properties
CityList
Declaration
public List<SelectListItem> CityList { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<SelectListItem> |
MyCheckboxModel
Declaration
public FormElementsDemoModel.CheckboxModel MyCheckboxModel { get; set; }
Property Value
| Type | Description |
|---|---|
| FormElementsDemoModel.CheckboxModel |
MyCityRadioModel
Declaration
public FormElementsDemoModel.CityRadioModel MyCityRadioModel { get; set; }
Property Value
| Type | Description |
|---|---|
| FormElementsDemoModel.CityRadioModel |
MyDetailsModel
Declaration
public FormElementsDemoModel.DetailsModel MyDetailsModel { get; set; }
Property Value
| Type | Description |
|---|---|
| FormElementsDemoModel.DetailsModel |
MyEnumModel
Declaration
public FormElementsDemoModel.EnumModel MyEnumModel { get; set; }
Property Value
| Type | Description |
|---|---|
| FormElementsDemoModel.EnumModel |
MyInformMeModel
Declaration
public FormElementsDemoModel.InformMeModel MyInformMeModel { get; set; }
Property Value
| Type | Description |
|---|---|
| FormElementsDemoModel.InformMeModel |