Class ExtensionPropertyDto
Inheritance
ExtensionPropertyDto
Assembly: Volo.Abp.AspNetCore.Mvc.Contracts.dll
Syntax
public class ExtensionPropertyDto
Constructors
ExtensionPropertyDto()
Declaration
public ExtensionPropertyDto()
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
DefaultValue
Declaration
public object? DefaultValue { get; set; }
Property Value
DisplayName
Declaration
public LocalizableStringDto? DisplayName { get; set; }
Property Value
Policy
Declaration
public ExtensionPropertyPolicyDto Policy { get; set; }
Property Value
Type
Declaration
public string Type { get; set; }
Property Value
TypeSimple
Declaration
public string TypeSimple { get; set; }
Property Value
Ui
Declaration
public ExtensionPropertyUiDto Ui { get; set; }
Property Value
Extension Methods