Class ExtensionPropertyUiDto
Inheritance
object
ExtensionPropertyUiDto
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.ApplicationConfigurations.ObjectExtending
Assembly: Volo.Abp.AspNetCore.Mvc.Contracts.dll
Syntax
public class ExtensionPropertyUiDto
Constructors
ExtensionPropertyUiDto()
Declaration
public ExtensionPropertyUiDto()
Properties
Lookup
Declaration
public ExtensionPropertyUiLookupDto Lookup { get; set; }
Property Value
| Type | Description |
|---|---|
| ExtensionPropertyUiLookupDto |
OnCreateForm
Declaration
public ExtensionPropertyUiFormDto OnCreateForm { get; set; }
Property Value
| Type | Description |
|---|---|
| ExtensionPropertyUiFormDto |
OnEditForm
Declaration
public ExtensionPropertyUiFormDto OnEditForm { get; set; }
Property Value
| Type | Description |
|---|---|
| ExtensionPropertyUiFormDto |
OnTable
Declaration
public ExtensionPropertyUiTableDto OnTable { get; set; }
Property Value
| Type | Description |
|---|---|
| ExtensionPropertyUiTableDto |