Class ExtensionPropertyUiDto
Inheritance
System.Object
ExtensionPropertyUiDto
Namespace: Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending
Assembly: Volo.Abp.AspNetCore.Mvc.Contracts.dll
Syntax
public class ExtensionPropertyUiDto : object
Properties
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 |