Classe GetDynamicValueProperty<T>

 

Uma atividade para retornar uma propriedade de um DynamicValue.

Namespace:   Microsoft.Activities
Assembly:  Microsoft.Activities (em Microsoft.Activities.dll)

Hierarquia de herança

System.Object
  System.Activities.Activity
    System.Activities.ActivityWithResult
      System.Activities.Activity<TResult>
        System.Activities.CodeActivity<TResult>
          Microsoft.Activities.GetDynamicValueProperty<T>

Sintaxe

public sealed class GetDynamicValueProperty<T> : CodeActivity<T>
generic<typename T>
public ref class GetDynamicValueProperty sealed : CodeActivity<T>
[<Sealed>]
type GetDynamicValueProperty<'T> = 
    class
        inherit CodeActivity<'T>
    end
Public NotInheritable Class GetDynamicValueProperty(Of T)
    Inherits CodeActivity(Of T)

Parâmetros de tipo

  • T
    O tipo da propriedade a retornar.

Construtores

Nome Descrição
System_CAPS_pubmethod GetDynamicValueProperty<T>()

Inicializa uma nova instância da classe GetDynamicValueProperty<T>.

System_CAPS_pubmethod GetDynamicValueProperty<T>(InArgument<DynamicValue>)

Inicializa uma nova instância da classe GetDynamicValueProperty<T>.

System_CAPS_pubmethod GetDynamicValueProperty<T>(InArgument<DynamicValue>, InArgument<String>)

Inicializa uma nova instância da classe GetDynamicValueProperty<T>.

Propriedades

Nome Descrição
System_CAPS_protproperty CacheId

(herdado de Activity.)

System_CAPS_pubproperty DisplayName

(herdado de Activity.)

System_CAPS_pubproperty Id

(herdado de Activity.)

System_CAPS_protproperty ImplementationVersion

(herdado de CodeActivity<TResult>.)

System_CAPS_pubproperty PropertyName

Obtém ou define o nome e o caminho da propriedade a recuperar.

System_CAPS_pubproperty Result

(herdado de Activity<TResult>.)

System_CAPS_pubproperty ResultType

(herdado de ActivityWithResult.)

System_CAPS_pubproperty Source

Obtém ou define o DynamicValue a partir do qual ler.

Métodos

Nome Descrição
System_CAPS_pubmethod Equals(Object)

(herdado de Object.)

System_CAPS_pubmethod GetHashCode()

(herdado de Object.)

System_CAPS_pubmethod GetType()

(herdado de Object.)

System_CAPS_pubmethod ToString()

(herdado de Activity.)

Acesso thread-safe

Qualquer estático público (Compartilhado no Visual Basic) membros desde tipo são thread safe. Não há garantia de que qualquer membro de instância seja thread-safe.

Consulte também

Namespace Microsoft.Activities

Retornar ao topo