ActivityStateQuery Classe

Definição

Quando adicionado a Queries, assina os registros de estado da atividade.When added to the Queries, subscribes to activity state records.

public ref class ActivityStateQuery : System::Activities::Tracking::TrackingQuery
public class ActivityStateQuery : System.Activities.Tracking.TrackingQuery
type ActivityStateQuery = class
    inherit TrackingQuery
Public Class ActivityStateQuery
Inherits TrackingQuery
Herança
ActivityStateQuery

Construtores

ActivityStateQuery()

Cria uma nova instância da classe ActivityStateQuery.Creates a new instance of the ActivityStateQuery class.

Propriedades

ActivityName

Obtém o nome da atividade do qual o registro de acompanhamento está assinado.Gets the name of the activity that the tracking record is subscribed from.

Arguments

Obtém a coleção de argumentos associada a essa consulta de atividade.Gets the collection of arguments associated with this activity query.

QueryAnnotations

Uma coleção de dados na forma de pares nome/valor que é incluída com os dados retornados por essa consulta.A collection of data in the form of name/value pairs that is included with data that is returned by this query.

(Herdado de TrackingQuery)
States

Obtém os estados da atividade inscrita para os quais um registro de acompanhamento deve ser emitido.Gets the states of the subscribed activity for which a tracking record should be emitted.

Variables

Obtém a coleção de variáveis associada a essa consulta de atividade.Gets the collection of variables associated with this activity query.

Métodos

Equals(Object)

Determina se o objeto especificado é igual ao objeto atual.Determines whether the specified object is equal to the current object.

(Herdado de Object)
GetHashCode()

Serve como a função de hash padrão.Serves as the default hash function.

(Herdado de Object)
GetType()

Obtém o Type da instância atual.Gets the Type of the current instance.

(Herdado de Object)
MemberwiseClone()

Cria uma cópia superficial do Object atual.Creates a shallow copy of the current Object.

(Herdado de Object)
ToString()

Retorna uma cadeia de caracteres que representa o objeto atual.Returns a string that represents the current object.

(Herdado de Object)

Aplica-se a