CRUDProxyListPageCustomCommandOutput Class

列表页面自定义命令的输出类。

Definition

Namespace: QuickAdmin.RCL
Assembly: QuickAdmin.Net (in QuickAdmin.Net.dll) Version: 1.0.122
C#
public class ListPageCustomCommandOutput
Inheritance
object    CRUDProxyListPageCustomCommandOutput

Constructors

CRUDProxyListPageCustomCommandOutputInitializes a new instance of the CRUDProxyListPageCustomCommandOutput class

Properties

Public Properties

JsToExec 获取/设置要执行的客户端脚本。
RebindData 获取/设置一个布尔值,指示是否要重新绑定表格数据。
SelIds 获取/设置表格中要选取的记录的主键值数组。

See Also