ActivityBuilder Classe

Definição

Fornece dados de propriedade para uma atividade de fluxo de trabalho.Provides property data for a workflow activity.

public ref class ActivityBuilder sealed : System::Activities::Debugger::IDebuggableWorkflowTree
[System.Windows.Markup.ContentProperty("Implementation")]
public sealed class ActivityBuilder : System.Activities.Debugger.IDebuggableWorkflowTree
[<System.Windows.Markup.ContentProperty("Implementation")>]
type ActivityBuilder = class
    interface IDebuggableWorkflowTree
Public NotInheritable Class ActivityBuilder
Implements IDebuggableWorkflowTree
Herança
ActivityBuilder
Atributos
Implementações

Construtores

ActivityBuilder()

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

Propriedades

Attributes

Obtém a coleção de atributos a serem usados na construção de uma árvore de atividades.Gets the collection of attributes to use in the construction of an activity tree.

Constraints

Obtém a coleção de restrições que regem a construção de uma árvore de atividades.Gets the collection of constraints that govern the construction of an activity tree.

Implementation

Obtém ou define a árvore de atividades que é representada pela instância atual do ActivityBuilder.Gets or sets the activity tree that is represented by the current instance of ActivityBuilder.

ImplementationVersion

Obtém ou define a versão de implementação do construtor de atividade.Gets or sets the implementation version for the activity builder.

Name

Obtém ou define o nome da árvore de atividades que é representada pela instância atual do ActivityBuilder.Gets or sets the name of the activity tree that is represented by the current instance of ActivityBuilder.

Properties

Obtém uma coleção de valores de propriedade da instância do ActivityBuilder atual.Gets a collection of property values for the current ActivityBuilder instance.

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)
GetPropertyReference(Object)

Retorna uma ActivityPropertyReference para uma propriedade recuperada do objeto especificado.Returns a ActivityPropertyReference for a property retrieved from the specified object.

GetPropertyReferences(Object)

Retorna uma lista de ActivityPropertyReference para uma propriedade recuperada do objeto especificado.Returns a list of ActivityPropertyReference for a property retrieved from the specified 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)
SetPropertyReference(Object, ActivityPropertyReference)

Define um valor para a propriedade anexável especificada no repositório especificado.Sets a value for the specified attachable property in the specified store.

ShouldSerializePropertyReference(Object)

Especifica se o construtor de atividade deve serializar a referência da propriedade.Specifies whether the activity builder should serialize the property reference.

ShouldSerializePropertyReferences(Object)

Especifica se o construtor de atividade deve serializar a referência da propriedade.Specifies whether the activity builder should serialize the property reference.

ToString()

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

(Herdado de Object)

Implantações explícitas de interface

IDebuggableWorkflowTree.GetWorkflowRoot()

Quando implementado na classe base, retorna a raiz de uma árvore de atividades de fluxo de trabalho.When implemented in the base class, returns the root of a workflow activity tree.

Aplica-se a