| Flow Class |
Namespace: Appkit.Sys.Object
[SerializableAttribute] public class Flow : AkObject
The Flow type exposes the following members.
| Name | Description | |
|---|---|---|
| CreateNew |
新建流程。
| |
| CreateNew(AkObject) |
新建流程。
| |
| Exists(String) |
指定查询条件或标识的流程是否存在。
| |
| Exists(String, Object) |
指定的流程是否存在。
| |
| Find(String) |
查找流程。
| |
| Find(AkQuery) |
查找流程。
| |
| Find(String, Object) |
查找流程。
| |
| Find(AkConnection, AkQuery) |
查找流程。
| |
| Find(AkConnection, String) |
查找流程。
| |
| Find(AkConnection, String, Object) |
查找流程。
| |
| GetDisplay |
获取显示名称。
| |
| GetFlowfield |
获取流程字段。
| |
| GetMainflow_dispname |
获取主流程显示名称。
| |
| GetMainflow_name |
获取主流程名称。
| |
| GetName |
获取名称。
| |
| GetObject_id |
获取对象标识。
| |
| GetTypedisplay |
获取类型显示名称。
| |
| GetTypeid |
获取类型名称。
| |
| SetDisplay |
设置显示名称。
支持链式操作。 | |
| SetFlowfield |
设置流程字段。
支持链式操作。 | |
| SetMainflow_dispname |
设置主流程显示名称。
支持链式操作。 | |
| SetMainflow_name |
设置主流程名称。
支持链式操作。 | |
| SetName |
设置名称。
支持链式操作。 | |
| SetObject_id |
设置对象标识。
支持链式操作。 | |
| SetTypedisplay |
设置类型显示名称。
支持链式操作。 | |
| SetTypeid |
设置类型名称。
支持链式操作。 |
| Name | Description | |
|---|---|---|
| Display |
显示名称。
| |
| Flowfield |
流程字段。
| |
| Mainflow_dispname |
主流程显示名称。
| |
| Mainflow_name |
主流程名称。
| |
| Name |
名称。
| |
| Object_id |
对象标识。
| |
| TableName |
表或视图名称。
| |
| ThisName |
类型名称。
| |
| Typedisplay |
类型显示名称。
| |
| TypeDisplay |
类型显示名称。
(Overrides AkObjectTypeDisplay.) | |
| Typeid |
类型名称。
| |
| TypeName |
类型名称。
(Overrides AkObjectTypeName.) |