Class ExtensionPropertyUiLookupDto
Inheritance
ExtensionPropertyUiLookupDto
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
FilterParamName
Declaration
public string FilterParamName { get; set; }
Property Value
ResultListPropertyName
Declaration
public string ResultListPropertyName { get; set; }
Property Value
Url
Declaration
public string Url { get; set; }
Property Value
ValuePropertyName
Declaration
public string ValuePropertyName { get; set; }
Property Value
Extension Methods