Assign<T> Members
Include Protected Members
Include Inherited Members
Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
The Assign activity is used to set Argument values from within a workflow.
The Assign<T> type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Assign<T> | Creates a new instance of the Assign<T> class. |
Top
Methods
Name | Description | |
---|---|---|
Cancel | When implemented in a derived class, cancels and gracefully exits the activity’s execution. (Inherited from CodeActivity.) | |
EnsureExtensions | Called by the workflow host to allow the workflow to update the extensions collection before execution. (Inherited from WorkflowElement.) | |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Execute | When implemented in a derived class, performs the execution of the activity. (Inherited from CodeActivity.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetArguments | Returns a collection of RuntimeArgument objects for the WorkflowElement. (Inherited from WorkflowElement.) | |
GetChildren | Returns a collection of WorkflowElement objects that are direct children of the WorkflowElement. (Inherited from WorkflowElement.) | |
GetConstraints | Returns a collection of Constraint activities that are configured to provide validation for the WorkflowElement. (Inherited from WorkflowElement.) | |
GetDelegates | Returns a collection of ActivityDelegate objects for the WorkflowElement. (Inherited from WorkflowElement.) | |
GetEnvironmentVariables | Returns a collection of Variable objects that represents the variables defined at this activity’s scope. (Inherited from WorkflowElement.) | |
GetHashCode | Serves as a hash function for a particular type. (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.) | |
OnGetArguments | Supplies a list of RuntimeArgument objects for the WorkflowElement. (Inherited from WorkflowElement.) | |
OnGetConstraints | When implemented in a derived class, populates a collection of Constraint activities that are configured to provide validation for the CodeActivity. (Inherited from CodeActivity.) | |
OnOpen | Called when the WorkflowElement is opened. (Inherited from WorkflowElement.) | |
ShouldSerializeDisplayName | Indicates whether the DisplayName property should be serialized. (Inherited from WorkflowElement.) | |
ThrowIfOpen | Throws an InvalidOperationException if the WorkflowElement has been prepared for execution. (Inherited from WorkflowElement.) | |
ToString | Returns a String that contains the Id and DisplayName of the WorkflowElement. (Inherited from WorkflowElement.) |
Top
Properties
Name | Description | |
---|---|---|
DisplayName | Gets or sets an optional friendly name that is used for debugging, validation, exception handling, and tracking. (Inherited from WorkflowElement.) | |
Id | Gets an identifier that is unique in the scope of the workflow definition. (Inherited from WorkflowElement.) | |
IsOpen | Gets a value that indicates whether the WorkflowElement has been prepared for execution. (Inherited from WorkflowElement.) | |
To | Specifies the Argument that the activity assigns its Value to. | |
Value | Specifies the value that is assigned. |
Top