| FuncList Class |
Namespace: Appkit.Sys.Object
[SerializableAttribute] public class FuncList : AkObjectList<Func>
The FuncList type exposes the following members.
| Name | Description | |
|---|---|---|
| FuncList |
构造功能集合。
未加载。 | |
| FuncList(String) |
根据表达式构造功能集合并加载。
| |
| FuncList(AkObject) |
根据父对象构造功能集合并加载。
即指定父对象的相关子对象的集合。 | |
| FuncList(String, Object) |
根据属性构造功能集合并加载。
|
| Name | Description | |
|---|---|---|
| FindByFuncdesc |
按照功能描述查找功能。
| |
| FindByFuncname |
按照功能名称查找功能。
| |
| New |
构造功能集合。
未加载。 | |
| New(String) |
根据表达式构造功能集合并加载。
| |
| New(AkObject) |
根据父对象构造功能集合并加载。
即指定父对象的相关子对象的集合。 | |
| New(String, Object) |
根据属性构造功能集合并加载。
|