Class FormElementsDemoModel.DetailsModel
Inheritance
object
FormElementsDemoModel.DetailsModel
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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.DetailsModel
Constructors
DetailsModel()
Declaration
public DetailsModel()
Properties
Cities
Declaration
public List<string> Cities { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<T><string> |
City
Declaration
public string City { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Description
Declaration
[TextArea]
public string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EmailAddress
Declaration
[Required]
public string EmailAddress { get; set; }
Property Value
| Type | Description |
|---|---|
| string |