ActivityDescription Constructor

 

Initializes a new instance of the ActivityDescription class.

Namespace:   Microsoft.Workflow.Client
Assembly:  Microsoft.Workflow.Client (in Microsoft.Workflow.Client.dll)

Overload List

Name Description
System_CAPS_pubmethod ActivityDescription()

Initializes a new instance of the ActivityDescription class.

System_CAPS_pubmethod ActivityDescription(XElement)

Initializes a new instance of the ActivityDescription class.

See Also

ActivityDescription Class
Microsoft.Workflow.Client Namespace

Return to top

ActivityDescription Constructor ()

Initializes a new instance of the ActivityDescription class.

Syntax

public ActivityDescription()
public:
ActivityDescription()
new : unit -> ActivityDescription
Public Sub New

Return to top

ActivityDescription Constructor (XElement)

Initializes a new instance of the ActivityDescription class.

Syntax

public ActivityDescription(
    XElement activityXaml
)
public:
ActivityDescription(
    XElement^ activityXaml
)
new : 
        activityXaml:XElement -> ActivityDescription
Public Sub New (
    activityXaml As XElement
)

Parameters

Return to top