AddedActivityAction Classe
Definição
Cuidado
The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*
Representa uma adição proposta de um Activity para um CompositeActivity dentro de uma instância de fluxo de trabalho em execução.Represents a proposed addition of an Activity to a CompositeActivity within a running workflow instance.
public ref class AddedActivityAction sealed : System::Workflow::ComponentModel::ActivityChangeAction
public sealed class AddedActivityAction : System.Workflow.ComponentModel.ActivityChangeAction
[System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")]
public sealed class AddedActivityAction : System.Workflow.ComponentModel.ActivityChangeAction
type AddedActivityAction = class
inherit ActivityChangeAction
[<System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")>]
type AddedActivityAction = class
inherit ActivityChangeAction
Public NotInheritable Class AddedActivityAction
Inherits ActivityChangeAction
- Herança
- Atributos
Comentários
Observação
Este material discute tipos e namespaces obsoletos.This material discusses types and namespaces that are obsolete. Para obter mais informações, consulte Deprecated Types in Windows Workflow Foundation 4.5 (Tipos preteridos no Windows Workflow Foundation 4.5).For more information, see Deprecated Types in Windows Workflow Foundation 4.5.
Construtores
| AddedActivityAction() |
Inicializa uma nova instância da classe AddedActivityAction.Initializes a new instance of the AddedActivityAction class. |
| AddedActivityAction(CompositeActivity, Activity) |
Inicializa uma nova instância da classe AddedActivityAction usando uma atividade especificada e uma atividade de composição.Initializes a new instance of the AddedActivityAction class by using a specified activity and composite activity. |
Propriedades
| AddedActivity |
Obtém ou define a Activity adicionada ao fluxo de trabalho.Gets or sets the Activity added to the workflow. |
| Index |
Obtém o índice da Activity adicionada com a coleção Activities do CompositeActivity pai.Gets the index of the added Activity with the Activities collection of the parent CompositeActivity. |
| OwnerActivityDottedPath |
Obtém ou define o OwnerActivityDottedPath do CompositeActivity associado a esta instância.Gets or sets the OwnerActivityDottedPath of the CompositeActivity associated with this instance. (Herdado de ActivityChangeAction) |
Métodos
| ApplyTo(Activity) |
Quando substituído em uma classe derivada, aplica as alterações à Activity raiz.When overridden in a derived class, applies the changes to the root Activity. (Herdado de WorkflowChangeAction) |
| 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) |
| ValidateChanges(Activity) |
Valida as alterações pendentes na atividade de destino.Validates the changes pending on the target activity. (Herdado de ActivityChangeAction) |