Click or drag to resize
FlowList Class
流程集合。
Inheritance Hierarchy
SystemObject
  System.Collections.GenericListFlow
    Appkit.DataAkObjectListFlow
      Appkit.Sys.ObjectFlowList

Namespace: Appkit.Sys.Object
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
[SerializableAttribute]
public class FlowList : AkObjectList<Flow>

The FlowList type exposes the following members.

Constructors
  NameDescription
Public methodFlowList
构造流程集合。

未加载。

Public methodFlowList(String)
根据表达式构造流程集合并加载。
Public methodFlowList(AkObject)
根据父对象构造流程集合并加载。

即指定父对象的相关子对象的集合。

Public methodFlowList(String, Object)
根据属性构造流程集合并加载。
Top
Methods
  NameDescription
Public methodFindByName
按照名称查找流程。
Public methodStatic memberNew
构造流程集合。

未加载。

Public methodStatic memberNew(String)
根据表达式构造流程集合并加载。
Public methodStatic memberNew(AkObject)
根据父对象构造流程集合并加载。

即指定父对象的相关子对象的集合。

Public methodStatic memberNew(String, Object)
根据属性构造流程集合并加载。
Top
See Also