Freigeben über


CopyDynamicValue-Klasse

 

Eine Aktivität zum Kopieren eines DynamicValue-Werts.

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

Vererbungshierarchie

System.Object
  System.Activities.Activity
    System.Activities.ActivityWithResult
      System.Activities.Activity<TResult>
        System.Activities.CodeActivity<TResult>
          Microsoft.Activities.CopyDynamicValue

Syntax

[ContentPropertyAttribute("PropertyMapping")]
public sealed class CopyDynamicValue : CodeActivity<DynamicValue>
[ContentPropertyAttribute("PropertyMapping")]
public ref class CopyDynamicValue sealed : CodeActivity<DynamicValue^>
[<Sealed>]
[<ContentPropertyAttribute("PropertyMapping")>]
type CopyDynamicValue = 
    class
        inherit CodeActivity<DynamicValue>
    end
<ContentPropertyAttribute("PropertyMapping")>
Public NotInheritable Class CopyDynamicValue
    Inherits CodeActivity(Of DynamicValue)

Konstruktoren

Name Beschreibung
System_CAPS_pubmethod CopyDynamicValue()

Initialisiert eine neue Instanz der CopyDynamicValue-Klasse.

System_CAPS_pubmethod CopyDynamicValue(InArgument<DynamicValue>, OutArgument<DynamicValue>)

Initialisiert eine neue Instanz der CopyDynamicValue-Klasse.

Eigenschaften

Name Beschreibung
System_CAPS_protproperty CacheId

(Geerbt von Activity.)

System_CAPS_pubproperty DisplayName

(Geerbt von Activity.)

System_CAPS_pubproperty Id

(Geerbt von Activity.)

System_CAPS_protproperty ImplementationVersion

(Geerbt von CodeActivity<TResult>.)

System_CAPS_pubproperty PropertyMapping

Ruft ein Wörterbuch ab, das Namen von Eigenschaften im Ziel-DynamicValue Elementnamen im Quell-DynamicValue zuordnet.

System_CAPS_pubproperty Result

(Geerbt von Activity<TResult>.)

System_CAPS_pubproperty ResultType

(Geerbt von ActivityWithResult.)

System_CAPS_pubproperty Source

Ruft den Quell-DynamicValue ab bzw. legt diesen fest.

Methoden

Name Beschreibung
System_CAPS_pubmethod Equals(Object)

(Geerbt von Object.)

System_CAPS_pubmethod GetHashCode()

(Geerbt von Object.)

System_CAPS_pubmethod GetType()

(Geerbt von Object.)

System_CAPS_pubmethod ToString()

(Geerbt von Activity.)

Threadsicherheit

Öffentliche statische (in Visual Basic freigegebene) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Microsoft.Activities-Namespace

Zurück zum Anfang