ActivityDescription Class

 

Represents the workflow activity description.

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

Inheritance Hierarchy

System.Object
  Microsoft.Workflow.Client.ActivityDescription

Syntax

[DataContractAttribute(Name = "ActivityDefinition", Namespace = "https://schemas.microsoft.com/workflow/2012/xaml/activities")]
public class ActivityDescription
[DataContractAttribute(Name = "ActivityDefinition", Namespace = "https://schemas.microsoft.com/workflow/2012/xaml/activities")]
public ref class ActivityDescription 
[<DataContractAttribute(Name = "ActivityDefinition", Namespace = "https://schemas.microsoft.com/workflow/2012/xaml/activities")>]
type ActivityDescription = class end
<DataContractAttribute(Name := "ActivityDefinition", Namespace := "https://schemas.microsoft.com/workflow/2012/xaml/activities")>
Public Class ActivityDescription

Constructors

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.

Properties

Name Description
System_CAPS_pubproperty LastModified

Gets DateTime when the activity was last modified.

System_CAPS_pubproperty Metadata

Gets the collection of metadata for this activity.

System_CAPS_pubproperty Name

Gets or sets Name of this activity.

System_CAPS_pubproperty ShouldCache

Gets or sets a value that indicates whether the metadata should be cached for us in subroutines.

System_CAPS_pubproperty Xaml

Gets Xaml definition for this activity.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod SetXaml(XElement)

Sets the Xaml definition for this property.

System_CAPS_pubmethod ToString()

(Inherited from Object.)

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

Microsoft.Workflow.Client Namespace

Return to top