Click or drag to resize
ProcessInstanceQuery Class
流程实例查询实体
Inheritance Hierarchy
SystemObject
  Slickflow.Engine.Business.EntityQueryBase
    Slickflow.Engine.Business.EntityProcessInstanceQuery

Namespace: Slickflow.Engine.Business.Entity
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
public class ProcessInstanceQuery : QueryBase

The ProcessInstanceQuery type exposes the following members.

Constructors
  NameDescription
Public methodProcessInstanceQuery
Initializes a new instance of the ProcessInstanceQuery 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 propertyApplicationInstanceID
Public propertyAppName
Public propertyPageIndex (Inherited from QueryBase.)
Public propertyPageSize (Inherited from QueryBase.)
Public propertyProcessGUID
Public propertyTotalRowsCount (Inherited from QueryBase.)
Top
See Also