Class DynamicFormsDemoModel.AttributeExamplesModel
Inheritance
object
DynamicFormsDemoModel.AttributeExamplesModel
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.DynamicFormsDemo
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.Demo.dll
Syntax
public class DynamicFormsDemoModel.AttributeExamplesModel
Constructors
AttributeExamplesModel()
Declaration
public AttributeExamplesModel()
Properties
DisabledInput
Declaration
[DisabledInput]
public string DisabledInput { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
HiddenInput
Declaration
[HiddenInput]
public string HiddenInput { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LargeInput
Declaration
[FormControlSize(AbpFormControlSize.Large)]
public string LargeInput { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ReadonlyInput
Declaration
[ReadOnlyInput]
public string ReadonlyInput { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SmallInput
Declaration
[FormControlSize(AbpFormControlSize.Small)]
public string SmallInput { get; set; }
Property Value
| Type | Description |
|---|---|
| string |