CreateDynamicValueFromMessage Class

Represents an activity to create DynamicValue from a message.

Inheritance Hierarchy

System.Object
  System.Activities.Activity
    System.Activities.ActivityWithResult
      System.Activities.Activity<DynamicValue>
        System.Activities.CodeActivity<DynamicValue>
          Microsoft.Activities.CreateDynamicValueFromMessage

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

Syntax

'Declaration
Public NotInheritable Class CreateDynamicValueFromMessage _
    Inherits CodeActivity(Of DynamicValue)
'Usage
Dim instance As CreateDynamicValueFromMessage
public sealed class CreateDynamicValueFromMessage : CodeActivity<DynamicValue>
public ref class CreateDynamicValueFromMessage sealed : public CodeActivity<DynamicValue^>
[<SealedAttribute>]
type CreateDynamicValueFromMessage =  
    class 
        inherit CodeActivity<DynamicValue>
    end
public final class CreateDynamicValueFromMessage extends CodeActivity<DynamicValue>

The CreateDynamicValueFromMessage type exposes the following members.

Constructors

  Name Description
Public method CreateDynamicValueFromMessage Initializes a new instance of the CreateDynamicValueFromMessage class.

Top

Properties

  Name Description
Protected property CacheId (Inherited from Activity.)
Public property DisplayName (Inherited from Activity.)
Public property Headers Gets or sets the message headers.
Public property Id (Inherited from Activity.)
Protected property ImplementationVersion (Inherited from CodeActivity<DynamicValue>.)
Public property Result (Inherited from Activity<DynamicValue>.)
Public property ResultType (Inherited from ActivityWithResult.)
Public property Value Gets or sets the value of the property to create.
Public property Version Gets or sets the version of the message.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ShouldSerializeDisplayName (Inherited from Activity.)
Public method ToString (Inherited from Activity.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Activities Namespace