Class FormElementsDemoModel.DetailsModel
Inheritance
System.Object
FormElementsDemoModel.DetailsModel
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 DetailsModel
Properties
Cities
Declaration
public List<string> Cities { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<System.String> |
City
Declaration
public string City { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Description
Declaration
public string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
EmailAddress
Declaration
[Required]
public string EmailAddress { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |