ICRUDProxyPropertiesForEditPageQFData Property

指示在编辑页编辑记录时,客户端 QF.currentInput 对象包含的属性。

Definition

Namespace: QuickAdmin.RCL
Assembly: QuickAdmin.Net (in QuickAdmin.Net.dll) Version: 1.0.122
C#
CRUDProxyEntityProperty[] PropertiesForEditPageQFData { get; }

Property Value

CRUDProxyEntityProperty

Remarks

若此属性为 null 或空数组,编辑页里将不会创建客户端 QF.currentInput 对象。 可包含实体嵌套对象。

See Also