ActivityScheduledRecord Classe

Definição

Representa um registro de acompanhamento de uma atividade sendo agendada para execução.Represents a tracking record of an activity being scheduled for execution.

public ref class ActivityScheduledRecord sealed : System::Activities::Tracking::TrackingRecord
[System.Runtime.Serialization.DataContract]
public sealed class ActivityScheduledRecord : System.Activities.Tracking.TrackingRecord
[<System.Runtime.Serialization.DataContract>]
type ActivityScheduledRecord = class
    inherit TrackingRecord
Public NotInheritable Class ActivityScheduledRecord
Inherits TrackingRecord
Herança
ActivityScheduledRecord
Atributos

Construtores

ActivityScheduledRecord(Guid, Int64, ActivityInfo, ActivityInfo)

Inicializa uma nova instância da classe ActivityScheduledRecord usando a ID de instância especificada, o número de registro, a atividade e a atividade filho.Initializes a new instance of the ActivityScheduledRecord class using the specified instance ID, record number, activity and child activity.

Propriedades

Activity

Obtém a ActivityInfo da atividade.Gets the ActivityInfo for the activity.

Annotations

Quando implementado em uma classe derivada, representa uma coleção de pares nome/valor adicionada ao registro de acompanhamento.When implemented in a derived class, represents a collection of name/value pairs that are added to this tracking record.

(Herdado de TrackingRecord)
Child

Obtém a ActivityInfo da atividade filho.Gets the ActivityInfo for the child activity.

EventTime

Quando implementado em uma classe derivada, representa o horário em que o registro de acompanhamento ocorreu.When implemented in a derived class, represents the time the tracking record occurred.

(Herdado de TrackingRecord)
InstanceId

Quando implementado em uma classe derivada, representa a ID da instância do fluxo de trabalho responsável pela geração.When implemented in a derived class, represents the ID of the generating workflow instance.

(Herdado de TrackingRecord)
Level

Obtém o TraceLevel do evento.Gets the TraceLevel of the event.

(Herdado de TrackingRecord)
RecordNumber

Uma sequência que define a ordem na qual os registros de acompanhamento são gerados.A sequence that defines the order in which tracking records are generated.

(Herdado de TrackingRecord)

Métodos

Clone()

Cria uma cópia do TrackingRecord.Creates a copy of the TrackingRecord.

(Herdado de TrackingRecord)
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 contém todos os detalhes do ActivityScheduledRecord.Returns a string that contains all of the details of the ActivityScheduledRecord.

Aplica-se a