QuickAdmin.Net Reference
C#
C#
Show/Hide TOC
CRUDProxy
.
Properties
For
Data
List Property
指示列表页的列表中要显示的属性。
Definition
Namespace:
QuickAdmin.RCL
Assembly:
QuickAdmin.Net (in QuickAdmin.Net.dll) Version: 1.0.122
C#
Copy
public
CRUDProxy.EntityProperty[] PropertiesForDataList {
get
;
protected
set
; }
Property Value
CRUDProxy
.
EntityProperty
[]
Implements
ICRUDProxy
.
PropertiesForDataList
Remarks
代理初始化时将把部分实体属性自动加入进来,以下属性将被排除。
自增值主键属性。
属性的类型不是值类型,也不是
string
类型。
审计类属性(录入时间、录入人等等)。
DisplayOrder
属性。
另外,若发现有导航属性,将可能把导航属性实体类型的文本属性(即
CategoryFilterTextPropNameOfNavigatedByType
)以嵌套对象的属性的形式加入进来,如
"Dept.Name"
。
See Also
Reference
CRUDProxy Class
QuickAdmin.RCL Namespace
In This Article
Definition
Property Value
Implements
Remarks
See Also