| SearchList Class |
Namespace: Appkit.Sys.Object
[SerializableAttribute] public class SearchList : AkObjectList<Search>
The SearchList type exposes the following members.
| Name | Description | |
|---|---|---|
| SearchList |
构造搜索集合。
未加载。 | |
| SearchList(String) |
根据表达式构造搜索集合并加载。
| |
| SearchList(AkObject) |
根据父对象构造搜索集合并加载。
即指定父对象的相关子对象的集合。 | |
| SearchList(String, Object) |
根据属性构造搜索集合并加载。
|
| Name | Description | |
|---|---|---|
| FindByMingc |
按照名称查找搜索。
| |
| FindByXiansmc |
按照显示名称查找搜索。
| |
| New |
构造搜索集合。
未加载。 | |
| New(String) |
根据表达式构造搜索集合并加载。
| |
| New(AkObject) |
根据父对象构造搜索集合并加载。
即指定父对象的相关子对象的集合。 | |
| New(String, Object) |
根据属性构造搜索集合并加载。
|