Click or drag to resize
ActionEntity Class
操作实体
Inheritance Hierarchy
SystemObject
  Slickflow.Engine.XpdlActionEntity

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

The ActionEntity type exposes the following members.

Constructors
  NameDescription
Public methodActionEntity
Initializes a new instance of the ActionEntity 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 propertyActionName
操作名称
Public propertyActionType
操作类型
Public propertyAssemblyFullName
Assembly 文件路径及名称
Public propertyInterfaceFullName
接口名称
Public propertyMethodName
方法名称
Top
See Also