CreateMessageFromDynamicValue Class

Represents an activity to create a message from DynamicValue.

Inheritance Hierarchy

System.Object
  System.Activities.Activity
    System.Activities.ActivityWithResult
      System.Activities.Activity<XElement>
        System.Activities.CodeActivity<XElement>
          Microsoft.Activities.CreateMessageFromDynamicValue

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

Syntax

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

The CreateMessageFromDynamicValue type exposes the following members.

Constructors

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

Top

Properties

  Name Description
Public property Action Gets or sets the action of how the message should be processed.
Public property Body Gets or sets the message body.
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<XElement>.)
Public property Result (Inherited from Activity<XElement>.)
Public property ResultType (Inherited from ActivityWithResult.)
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