QuickAdmin.Net Reference
C#
Show/Hide TOC
CRUDProxy
Edit
Page
Custom
Command
Input Class
编辑页面自定义命令的输入类。
Definition
Namespace:
QuickAdmin.RCL
Assembly:
QuickAdmin.Net (in QuickAdmin.Net.dll) Version: 1.0.122
C#
Copy
public
class
EditPageCustomCommandInput
Inheritance
object
CRUDProxy
EditPageCustomCommandInput
Constructors
CRUDProxy
EditPageCustomCommandInput(string)
初始化新实例。
CRUDProxy
EditPageCustomCommandInput(string, string, string, int?)
用指定参数初始化新实例。
Properties
Public Properties
Args
命令参数。
Cmd
命令名称。
Id
正在处理的记录的主键值。
OpenedIn
指示当前编辑页面被打开的位置。
See Also
Reference
QuickAdmin.RCL Namespace
In This Article
Definition
Constructors
Properties
See Also