ActivityBuilder Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides property data for a workflow activity.
public ref class ActivityBuilder sealed : System::Activities::Debugger::IDebuggableWorkflowTree
[System.Windows.Markup.ContentProperty("Implementation")]
public sealed class ActivityBuilder : System.Activities.Debugger.IDebuggableWorkflowTree
[<System.Windows.Markup.ContentProperty("Implementation")>]
type ActivityBuilder = class
interface IDebuggableWorkflowTree
Public NotInheritable Class ActivityBuilder
Implements IDebuggableWorkflowTree
- Inheritance
-
ActivityBuilder
- Attributes
- Implements
Constructors
ActivityBuilder() |
Creates a new instance of the ActivityBuilder class. |
Properties
Attributes |
Gets the collection of attributes to use in the construction of an activity tree. |
Constraints |
Gets the collection of constraints that govern the construction of an activity tree. |
Implementation |
Gets or sets the activity tree that is represented by the current instance of ActivityBuilder. |
ImplementationVersion |
Gets or sets the implementation version for the activity builder. |
Name |
Gets or sets the name of the activity tree that is represented by the current instance of ActivityBuilder. |
Properties |
Gets a collection of property values for the current ActivityBuilder instance. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetPropertyReference(Object) |
Returns a ActivityPropertyReference for a property retrieved from the specified object. |
GetPropertyReferences(Object) |
Returns a list of ActivityPropertyReference for a property retrieved from the specified object. |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
SetPropertyReference(Object, ActivityPropertyReference) |
Sets a value for the specified attachable property in the specified store. |
ShouldSerializePropertyReference(Object) |
Specifies whether the activity builder should serialize the property reference. |
ShouldSerializePropertyReferences(Object) |
Specifies whether the activity builder should serialize the property reference. |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |
Explicit Interface Implementations
IDebuggableWorkflowTree.GetWorkflowRoot() |
When implemented in the base class, returns the root of a workflow activity tree. |