CustomTrackingQuery Class

Definition

When added to the Queries, subscribes to custom tracking records when the tracking profile is queried for custom records.

public ref class CustomTrackingQuery : System::Activities::Tracking::TrackingQuery
public class CustomTrackingQuery : System.Activities.Tracking.TrackingQuery
type CustomTrackingQuery = class
    inherit TrackingQuery
Public Class CustomTrackingQuery
Inherits TrackingQuery
Inheritance
CustomTrackingQuery
Derived

Constructors

CustomTrackingQuery()

Creates a new instance of the CustomTrackingQuery class.

Properties

ActivityName

Gets or sets the name of the activity that generated the tracking record.

Name

Gets or sets the name of the custom tracking record that is emitted.

QueryAnnotations

A collection of data in the form of name/value pairs that is included with data that is returned by this query.

(Inherited from TrackingQuery)

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to