Class ExtensionPropertyDto
Inheritance
System.Object
ExtensionPropertyDto
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending
Assembly: Volo.Abp.AspNetCore.Mvc.Contracts.dll
Syntax
[Serializable]
public class ExtensionPropertyDto
Properties
Api
Declaration
public ExtensionPropertyApiDto Api { get; set; }
Property Value
Type | Description |
---|---|
ExtensionPropertyApiDto |
Attributes
Declaration
public List<ExtensionPropertyAttributeDto> Attributes { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<ExtensionPropertyAttributeDto> |
Configuration
Declaration
public Dictionary<string, object> Configuration { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.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 | Description |
---|---|
LocalizableStringDto |
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
Type | Description |
---|---|
ExtensionPropertyUiDto |