ActivityBuilder<TResult> 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 generic workflow activity.
generic <typename TResult>
public ref class ActivityBuilder sealed : System::Activities::Debugger::IDebuggableWorkflowTree
[System.Windows.Markup.ContentProperty("Implementation")]
public sealed class ActivityBuilder<TResult> : System.Activities.Debugger.IDebuggableWorkflowTree
[<System.Windows.Markup.ContentProperty("Implementation")>]
type ActivityBuilder<'Result> = class
interface IDebuggableWorkflowTree
Public NotInheritable Class ActivityBuilder(Of TResult)
Implements IDebuggableWorkflowTree
Type Parameters
- TResult
The type of the activity being implemented.
- Inheritance
-
ActivityBuilder<TResult>
- Attributes
- Implements
Constructors
ActivityBuilder<TResult>() |
Creates a new instance of the ActivityBuilder<TResult> class. |
Properties
Attributes |
Gets the generic collection of attributes to use in the construction of an activity tree. |
Constraints |
Gets the generic collection of constraints that govern the construction of an activity tree. |
Implementation |
Gets or sets the generic activity tree that is represented by the current instance of ActivityBuilder<TResult>. |
ImplementationVersion |
Gets or sets the implementation version of the activity builder. |
Name |
Gets or sets the name of the generic activity tree that is represented by the current instance of ActivityBuilder<TResult>. |
Properties |
Gets a KeyedCollection<TKey,TItem> of the properties of the current instance of ActivityBuilder<TResult>. |
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) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |
Explicit Interface Implementations
IDebuggableWorkflowTree.GetWorkflowRoot() |
Returns the root of the current workflow tree. |