QuickAdmin.Net Reference
C#
C#
Show/Hide TOC
CRUDProxy
.
Proxy
Configuration
.
Properties Property
记录各个属性配置信息的数组。
Definition
Namespace:
QuickAdmin.RCL
Assembly:
QuickAdmin.Net (in QuickAdmin.Net.dll) Version: 1.2.9
C#
Copy
public
CRUDProxy.EntityProperty[] Properties {
get
;
set
; }
Property Value
CRUDProxy
.
EntityProperty
[]
Remarks
其中的属性可以是实体的属性,实体嵌套对象的属性,或者一个自定义属性。
在代理初始化时,将用此数组对
entityProperties
进行补充或覆盖, 即
entityProperties
里不存在的将添加进
entityProperties
,已存在的将用这里的有效属性设置覆盖
entityProperties
里的属性设置。
See Also
Reference
CRUDProxy
.
ProxyConfiguration Class
QuickAdmin.RCL Namespace
In This Article
Definition
Remarks
See Also