Classe BuildDynamicValue

 

Uma atividade para construir um DynamicValue.

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

Hierarquia de herança

System.Object
  System.Activities.Activity
    System.Activities.CodeActivity
      Microsoft.Activities.BuildDynamicValue

Sintaxe

[ContentPropertyAttribute("Properties")]
public sealed class BuildDynamicValue : CodeActivity
[ContentPropertyAttribute("Properties")]
public ref class BuildDynamicValue sealed : CodeActivity
[<Sealed>]
[<ContentPropertyAttribute("Properties")>]
type BuildDynamicValue = 
    class
        inherit CodeActivity
    end
<ContentPropertyAttribute("Properties")>
Public NotInheritable Class BuildDynamicValue
    Inherits CodeActivity

Construtores

Nome Descrição
System_CAPS_pubmethod BuildDynamicValue()

Inicializa uma nova instância da classe BuildDynamicValue.

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.)

System_CAPS_pubproperty Properties

Obtém ou define o dicionário de nome e valores da propriedade a ser adicionado ao DynamicValue.

System_CAPS_pubproperty Result

Obtém ou define o DynamicValue resultante.

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