Class FormElementsDemoModel.InformMeModel
Inheritance
object
FormElementsDemoModel.InformMeModel
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.InformMeModel
Constructors
InformMeModel()
Declaration
public InformMeModel()
Properties
CheckMeOut
Declaration
public bool CheckMeOut { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Name
Declaration
[Required]
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Password
Declaration
[Required]
[DataType(DataType.Password)]
public string Password { get; set; }
Property Value
| Type | Description |
|---|---|
| string |