Class ExtensionPropertyAttributeDto
Inheritance
System.Object
ExtensionPropertyAttributeDto
Namespace: Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending
Assembly: Volo.Abp.AspNetCore.Mvc.Contracts.dll
Syntax
public class ExtensionPropertyAttributeDto : object
Properties
Config
Declaration
public Dictionary<string, object> Config { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<System.String, System.Object> |
TypeSimple
Declaration
public string TypeSimple { get; set; }
Property Value
Type | Description |
---|---|
System.String |