Class DropDownDemoDemoModel
Inheritance
object
DropDownDemoDemoModel
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.DropdownsDemo
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.Demo.dll
Syntax
public class DropDownDemoDemoModel
Constructors
DropDownDemoDemoModel()
Declaration
public DropDownDemoDemoModel()
Properties
EmailAddress
Declaration
[Required]
[EmailAddress]
public string EmailAddress { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Password
Declaration
[Required]
[DataType(DataType.Password)]
public string Password { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RememberMe
Declaration
public bool RememberMe { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |