Click or drag to resize
TacheexecutorNames Class
名称集合。
Inheritance Hierarchy
SystemObject
  Appkit.Sys.ObjectTacheexecutorNames

Namespace: Appkit.Sys.Object
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public abstract class Names

The TacheexecutorNames type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberExecutor_id
执行者标识, 字符串型, 参考=[所有方案.标识]。
Public fieldStatic memberExecutor_name
执行者名称, 字符串型, 参考=[所有方案.名称]。
Public fieldStatic memberExecutor_type
执行者类型, 字符串型, 参考=[所有方案.类型]。
Public fieldStatic memberFlow_display
流程显示名称, 字符串型, 计算表达式=[执行环节.流程显示名称]。
Public fieldStatic memberFlow_name
流程名称, 字符串型, 计算表达式=[执行环节.流程名称]。
Public fieldStatic memberObject_id
对象标识, 字符串型, 禁止空值。
Public fieldStatic memberP_object_id
父对象标识, 字符串型, 计算表达式=[[parent.object_id]]。
Public fieldStatic memberP_type_name
父对象类型, 字符串型, 计算表达式=[[parent.type_name]]。
Public fieldStatic memberTableName
数据表或视图名称。
Public fieldStatic memberTache_display
环节显示名称, 字符串型, 计算表达式=[执行环节.环节显示名称]。
Public fieldStatic memberTache_name
环节名称, 字符串型, 计算表达式=[执行环节.环节名称]。
Public fieldStatic memberTypeDisplay
类型显示名称。
Public fieldStatic memberTypeName
类型名称。
Top
See Also