Click or drag to resize
ActivityEntity Class
活动节点属性定义
Inheritance Hierarchy
SystemObject
  Slickflow.Engine.XpdlActivityEntity

Namespace: Slickflow.Engine.Xpdl
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
public class ActivityEntity

The ActivityEntity type exposes the following members.

Constructors
  NameDescription
Public methodActivityEntity
Initializes a new instance of the ActivityEntity class
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Properties
  NameDescription
Public propertyActionList
操作列表
Public propertyActivityCode
活动代码
Public propertyActivityGUID
活动GUID
Public propertyActivityName
活动名称
Public propertyActivityType
活动类型
Public propertyActivityTypeDetail
活动类型Detail
Public propertyDescription
描述
Public propertyGatewayDirectionType
网关方向类型
Public propertyGatewaySplitJoinType
网关分支合并类型
Public propertyNode
节点
Public propertyProcessGUID
流程GUID
Public propertyWorkItemType
工作项类型
Top
See Also