StateMachineStateQuery 类

定义

当添加到查询中时,订阅状态机状态执行记录。

public ref class StateMachineStateQuery sealed : System::Activities::Tracking::CustomTrackingQuery
public sealed class StateMachineStateQuery : System.Activities.Tracking.CustomTrackingQuery
type StateMachineStateQuery = class
    inherit CustomTrackingQuery
Public NotInheritable Class StateMachineStateQuery
Inherits CustomTrackingQuery
继承
StateMachineStateQuery

构造函数

StateMachineStateQuery()

初始化 StateMachineStateQuery 类的新实例。

属性

ActivityName

获取或设置生成跟踪记录的活动的名称。

(继承自 CustomTrackingQuery)
Name

获取可区分此跟踪记录的名称。

QueryAnnotations

名称/值对形式的数据集合,它与此查询返回的数据包括在一起。

(继承自 TrackingQuery)

方法

Equals(Object)

确定指定对象是否等于当前对象。

(继承自 Object)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

返回表示当前对象的字符串。

(继承自 Object)

适用于