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