ExtractSubstringFromStartActivity Members
Include Protected Members
Include Inherited Members
Extracts a substring from the beginning of a workflow variable string.
The ExtractSubstringFromStartActivity type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
ExtractSubstringFromStartActivity | Initializes a new instance of the ExtractSubstringFromStartActivity class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
__Context | Gets or sets the [WorkflowContext] from which the __ContextProperty property can expose information about the active workflow instance to the workflow runtime. |
![]() |
Description | (Inherited from Activity.) |
![]() |
DesignMode | (Inherited from DependencyObject.) |
![]() |
Enabled | (Inherited from Activity.) |
![]() |
ExecutionResult | (Inherited from Activity.) |
![]() |
ExecutionStatus | (Inherited from Activity.) |
![]() |
IsDynamicActivity | (Inherited from Activity.) |
![]() |
Length | Gets or sets the length of the substring to be extracted. |
![]() |
Name | (Inherited from Activity.) |
![]() |
Parent | (Inherited from Activity.) |
![]() |
ParentDependencyObject | (Inherited from DependencyObject.) |
![]() |
QualifiedName | (Inherited from Activity.) |
![]() |
Site | (Inherited from DependencyObject.) |
![]() |
StringVal | Gets or sets the workflow variable string that the specified Substring is to be extracted from. |
![]() |
SubstringVariable | Gets or sets the string containing the extracted Substring. |
![]() |
UserData | (Inherited from DependencyObject.) |
![]() |
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 | |
---|---|---|
![]() ![]() |
__ContextProperty | The DependencyProperty object that promotes the __Context property for use by the workflow runtime. |
![]() ![]() |
LengthProperty | The DependencyProperty object that promotes the Length property for use by the workflow runtime. |
![]() ![]() |
StringValProperty | The DependencyProperty object that promotes the StringVal property for use by the workflow runtime. |
![]() ![]() |
SubstringVariableProperty | The DependencyProperty object that promotes the SubstringVariable property for use by the workflow runtime. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IComponent.Disposed | (Inherited from DependencyObject.) |
Top