DelegateInArgument Classe

Definição

A classe base abstrata que representa um terminal de associação que dá suporte ao fluxo de dados em um ActivityDelegate.The abstract base class that represents a binding terminal that supports the flow of data into an ActivityDelegate.

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

Propriedades

Direction

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

(Herdado de DelegateArgument)
Name

Obtém ou define o nome de DelegateArgument.Gets or sets the name of the DelegateArgument.

(Herdado de DelegateArgument)
NameCore

Obtém o valor de cadeia de caracteres usado pelo Name.Gets the string value used by Name.

(Herdado de DelegateArgument)
Type

Obtém ou define o tipo de LocationReference.Gets or sets the type of the LocationReference.

(Herdado de LocationReference)
TypeCore

Quando implementada em uma classe derivada, obtém ou define a versão localizada culturalmente do tipo do LocationReference.When implemented in a derived class, gets or sets the culturally localized version of the type of the LocationReference.

(Herdado de LocationReference)

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

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

(Herdado de DelegateArgument)
GetHashCode()

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

(Herdado de Object)
GetLocation(ActivityContext)

Retorna o Location do valor referenciado pelo DelegateArgument.Returns the Location of the value referenced by the DelegateArgument.

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