| SelectorObject Class |
Namespace: Appkit.Components
[SerializableAttribute] public class SelectorObject
The SelectorObject type exposes the following members.
| Name | Description | |
|---|---|---|
| SelectorObject(String) |
构造
| |
| SelectorObject(String, String) |
构造
| |
| SelectorObject(String, String, String, Boolean, Boolean, Boolean, String) |
构造一个选择器会话对象
|
| Name | Description | |
|---|---|---|
| AddDefaultCompare |
增加默认的属性比较
| |
| Get |
获取
| |
| Init(String, String) |
初始化并获取
| |
| Init(String, String, String, Boolean, Boolean, Boolean, String) |
初始化并获取
| |
| Save |
保存
|
| Name | Description | |
|---|---|---|
| SearchResult |
搜索返回的结果数组
| |
| SearchResultIds |
搜索返回的ID数组
|
| Name | Description | |
|---|---|---|
| DefaultCompares |
默认的属性比较定义
| |
| DefaultSelectedIds |
默认选定的对象 ID 集合
| |
| DynamicCondition | ||
| ForceCondition |
强制使用的条件
| |
| MultiSelect |
是否多选,默认为 false
| |
| ObjectType |
对象类型
| |
| ReturnProperty |
简单返回时返回的属性
| |
| SearchNow |
是否立即执行,默认为 true
| |
| SelectedIds |
所选定对象的 ID 数组
| |
| ServiceObjectType |
选取所服务的对象类型
| |
| SimpleReturn |
是否简单返回,默认为 false
| |
| UniqueId |
对象唯一标识名称(等同于会话变量键值)
|