Class DynamicFormsDemoModel.AttributeExamplesModel
Inheritance
System.Object
DynamicFormsDemoModel.AttributeExamplesModel
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.DynamicFormsDemo
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.Demo.dll
Syntax
public class AttributeExamplesModel
Properties
DisabledInput
Declaration
public string DisabledInput { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
HiddenInput
Declaration
public string HiddenInput { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
LargeInput
Declaration
public string LargeInput { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ReadonlyInput
Declaration
public string ReadonlyInput { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
SmallInput
Declaration
public string SmallInput { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |