Class ExtensionPropertyUiLookupDto
Inheritance
object
ExtensionPropertyUiLookupDto
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending
Assembly: Volo.Abp.AspNetCore.Mvc.Contracts.dll
Syntax
public class ExtensionPropertyUiLookupDto
Constructors
ExtensionPropertyUiLookupDto()
Declaration
public ExtensionPropertyUiLookupDto()
Properties
DisplayPropertyName
Declaration
public string DisplayPropertyName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FilterParamName
Declaration
public string FilterParamName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ResultListPropertyName
Declaration
public string ResultListPropertyName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Url
Declaration
public string Url { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ValuePropertyName
Declaration
public string ValuePropertyName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |