Class ExtensionPropertyDto
Inheritance
System.Object
ExtensionPropertyDto
Assembly: Volo.Abp.AspNetCore.Mvc.Contracts.dll
Syntax
public class ExtensionPropertyDto : object
Properties
Api
Declaration
public ExtensionPropertyApiDto Api { get; set; }
Property Value
Attributes
Declaration
public List<ExtensionPropertyAttributeDto> Attributes { get; set; }
Property Value
Configuration
Declaration
public Dictionary<string, object> Configuration { get; set; }
Property Value
Type |
Description |
Dictionary<System.String, System.Object> |
|
DefaultValue
Declaration
public object DefaultValue { get; set; }
Property Value
Type |
Description |
System.Object |
|
DisplayName
Declaration
public LocalizableStringDto DisplayName { get; set; }
Property Value
Type
Declaration
public string Type { get; set; }
Property Value
Type |
Description |
System.String |
|
TypeSimple
Declaration
public string TypeSimple { get; set; }
Property Value
Type |
Description |
System.String |
|
Ui
Declaration
public ExtensionPropertyUiDto Ui { get; set; }
Property Value
Extension Methods