StateMachineStateQuery 类
定义
当添加到查询中时,订阅状态机状态执行记录。When added to the queries, subscribes to state machine state execution records.
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 类的新实例。Initializes a new instance of the StateMachineStateQuery class. |
属性
| ActivityName |
获取或设置生成跟踪记录的活动的名称。Gets or sets the name of the activity that generated the tracking record. (继承自 CustomTrackingQuery) |
| Name |
获取可区分此跟踪记录的名称。Gets the name that distinguishes this tracking record. |
| QueryAnnotations |
名称/值对形式的数据集合,它与此查询返回的数据包括在一起。A collection of data in the form of name/value pairs that is included with data that is returned by this query. (继承自 TrackingQuery) |
方法
| Equals(Object) |
确定指定对象是否等于当前对象。Determines whether the specified object is equal to the current object. (继承自 Object) |
| GetHashCode() |
作为默认哈希函数。Serves as the default hash function. (继承自 Object) |
| GetType() |
获取当前实例的 Type。Gets the Type of the current instance. (继承自 Object) |
| MemberwiseClone() |
创建当前 Object 的浅表副本。Creates a shallow copy of the current Object. (继承自 Object) |
| ToString() |
返回表示当前对象的字符串。Returns a string that represents the current object. (继承自 Object) |