CRUDProxyListPageCustomCommandInput Class

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

Definition

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

Constructors

Properties

Public Properties

Args 命令参数。
Cmd 命令名称。
Filter 过滤器(过滤条件)。
PageNumber 表格页码。
SelIds 表格中所选取的记录的主键值数组。
SortDirection 排序方向。
SortField 排序字段。

See Also