BuildStringActivity Members
Include Protected Members
Include Inherited Members
Defines a workflow runtime that is used to evaluate a string expression.
The BuildStringActivity type exposes the following members.
Constructors
Name | Description | |
---|---|---|
BuildStringActivity | Initializes a new instance of the BuildStringActivity class. |
Top
Properties
Name | Description | |
---|---|---|
Description | (Inherited from Activity.) | |
DesignMode | (Inherited from DependencyObject.) | |
Enabled | (Inherited from Activity.) | |
ExecutionResult | (Inherited from Activity.) | |
ExecutionStatus | (Inherited from Activity.) | |
IsDynamicActivity | (Inherited from Activity.) | |
Name | (Inherited from Activity.) | |
Parent | (Inherited from Activity.) | |
ParentDependencyObject | (Inherited from DependencyObject.) | |
QualifiedName | (Inherited from Activity.) | |
Site | (Inherited from DependencyObject.) | |
StringValue | Gets or sets the string expression with dynamic areas to be evaluated. | |
UserData | (Inherited from DependencyObject.) | |
Variable | Gets or sets the value that is the result of evaluating the StringValue property. | |
WorkflowInstanceId | (Inherited from Activity.) |
Top
Methods
Top
Events
Name | Description | |
---|---|---|
Canceling | (Inherited from Activity.) | |
Closed | (Inherited from Activity.) | |
Compensating | (Inherited from Activity.) | |
Executing | (Inherited from Activity.) | |
Faulting | (Inherited from Activity.) | |
StatusChanged | (Inherited from Activity.) |
Top
Fields
Name | Description | |
---|---|---|
StringValueProperty | Used to promote the StringValue property for use by the workflow runtime. | |
VariableProperty | Used to promote the Variable property for use by the workflow runtime. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IComponent.Disposed | (Inherited from DependencyObject.) |
Top