InOutArgument Classe

Definição

A classe base abstrata que representa um terminal de associação que dá suporte ao fluxo de dados para dentro e fora de uma atividade.The abstract base class that represents a binding terminal that supports the flow of data into and out of an activity.

public ref class InOutArgument abstract : System::Activities::Argument
public abstract class InOutArgument : System.Activities.Argument
type InOutArgument = class
    inherit Argument
Public MustInherit Class InOutArgument
Inherits Argument
Herança
InOutArgument
Derivado

Campos

ResultValue

Representa o valor constante "Result", que corresponde ao nome da propriedade Result do tipo OutArgument na classe base da expressão ActivityWithResult.Represents the constant value of "Result", which corresponds to the name of the Result property of type OutArgument in the expression base class ActivityWithResult.

(Herdado de Argument)

Propriedades

ArgumentType

Obtém o tipo de dados associados a este Argument.Gets the data type for the data bound to this Argument.

(Herdado de Argument)
Direction

Obtém um ArgumentDirection que especifica se o Argument representa o fluxo de dados de entrada de uma atividade, de saída de uma atividade ou de entrada e de saída de uma atividade.Gets an ArgumentDirection that specifies whether the Argument represents the flow of data into an activity, out of an activity, or both into and out of an activity.

(Herdado de Argument)
EvaluationOrder

Obtém ou define um valor baseado em zero que especifica a ordem em que o argumento é avaliado.Gets or sets a zero-based value that specifies the order in which the argument is evaluated.

(Herdado de Argument)
Expression

Obtém ou define um ActivityWithResult que representa o valor dos dados associados a este Argument.Gets or sets an ActivityWithResult that represents the value of the data bound to this Argument.

(Herdado de Argument)

Métodos

CreateReference(InOutArgument, String)

Cria um novo InOutArgument que referencia o InOutArgument de destino especificado usando o nome do argumento referenciado especificado.Creates a new InOutArgument that references the specified target InOutArgument using the specified referenced argument name.

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)
Get(ActivityContext)

Obtém o valor do argumento usando o contexto de atividade especificado.Gets the value of the argument using the specified activity context.

(Herdado de Argument)
Get<T>(ActivityContext)

Obtém o valor do argumento usando o tipo e o contexto de atividade especificados.Gets the value of the argument using the specified type and activity context.

(Herdado de Argument)
GetHashCode()

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

(Herdado de Object)
GetLocation(ActivityContext)

Obtém o Location para este Argument.Gets the Location for this Argument.

(Herdado de Argument)
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)
Set(ActivityContext, Object)

Define o valor do argumento usando o contexto de atividade especificado.Sets the value of the argument using the specified activity context.

(Herdado de Argument)
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