QuickAdmin.Net Reference
C#
Show/Hide TOC
ICRUDProxy
Properties
For
Input
Form Property
指示编辑页的表单中要显示的属性。
Definition
Namespace:
QuickAdmin.RCL
Assembly:
QuickAdmin.Net (in QuickAdmin.Net.dll) Version: 1.0.122
C#
Copy
CRUDProxy
EntityProperty
[]
PropertiesForInputForm
{
get
; }
Property Value
CRUDProxy
EntityProperty
Remarks
代理初始化时将把部分实体属性自动加入进来,以下属性将被排除。
自增值主键属性。
没有映射到表字段的属性。
属性的类型不是值类型,也不是
string
类型。
审计类属性(录入时间、录入人等等)。
See Also
Reference
ICRUDProxy Interface
QuickAdmin.RCL Namespace
In This Article
Definition
Remarks
See Also