RuntimeArgument Classe

Definição

Descreve as características de um argumento de uma atividade para o runtime.Describes the characteristics of an argument of an activity to the runtime.

public ref class RuntimeArgument sealed : System::Activities::LocationReference
public sealed class RuntimeArgument : System.Activities.LocationReference
type RuntimeArgument = class
    inherit LocationReference
Public NotInheritable Class RuntimeArgument
Inherits LocationReference
Herança
RuntimeArgument

Construtores

RuntimeArgument(String, Type, ArgumentDirection)

Inicializa uma nova instância da classe RuntimeArgument usando um nome, um tipo de dados e uma direção do argumento.Initializes a new instance of the RuntimeArgument class using a name, data type, and argument direction.

RuntimeArgument(String, Type, ArgumentDirection, Boolean)

Inicializa uma nova instância da classe RuntimeArgument usando um nome, um tipo de dados, uma direção do argumento e um valor que indica se o RuntimeArgument precisa ser associado a um valor.Initializes a new instance of the RuntimeArgument class using a name, data type, argument direction, and a value that indicates whether the RuntimeArgument is required to be bound to a value.

RuntimeArgument(String, Type, ArgumentDirection, Boolean, List<String>)

Inicializa uma nova instância da classe RuntimeArgument com um nome, um tipo de dados, uma direção do argumento, se o RuntimeArgument precisa ser associado a um valor e uma lista de nomes de grupos de sobrecargas.Initializes a new instance of the RuntimeArgument class with a name, data type, argument direction, whether the RuntimeArgument is required to be bound to a value, and a list of overload group names.

RuntimeArgument(String, Type, ArgumentDirection, List<String>)

Inicializa uma nova instância da classe RuntimeArgument usando um nome, um tipo de dados, uma direção do argumento e uma lista de nomes de grupo de sobrecarga.Initializes a new instance of the RuntimeArgument class using a name, data type, argument direction, and a list of overload group names.

Propriedades

Direction

Obtém a direção do fluxo de dados por meio deste RuntimeArgument.Gets the direction of the data flow through this RuntimeArgument.

IsRequired

Obtém um valor que indica se o RuntimeArgument deve ser associado a um valor.Gets a value that indicates whether the RuntimeArgument is required to be bound to a value.

Name

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

(Herdado de LocationReference)
NameCore

Quando implementado por uma classe derivada, obtém ou define a versão localizada culturalmente do nome da LocationReference.When implemented by a derived class, gets or sets the culturally localized version of the name of the LocationReference.

(Herdado de LocationReference)
OverloadGroupNames

Obtém uma lista dos grupos de sobrecargas aos quais este RuntimeArgument pertence.Gets a list of the overload groups that this RuntimeArgument belongs to.

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)

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

Get<T>(ActivityContext)

Obtém o valor fortemente tipado do RuntimeArgument usando o contexto de atividade especificado.Gets the strongly-typed value of the RuntimeArgument using the specified activity context.

GetHashCode()

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

(Herdado de Object)
GetLocation(ActivityContext)

Retorna o Location deste RuntimeArgument.Returns the Location for this RuntimeArgument.

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 RuntimeArgument.Sets the value of the RuntimeArgument.

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