Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Defines a workflow activity that is used to extract a substring from a specified string at a given index.
The ExtractSubstringFromIndexActivity type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
ExtractSubstringFromIndexActivity | Initializes a new instance of the ExtractSubstringFromIndexActivity 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.) |
![]() |
Index | Gets or sets the index in the string from which to start extracting the specified substring. |
![]() |
IsDynamicActivity | (Inherited from Activity.) |
![]() |
Name | (Inherited from Activity.) |
![]() |
Parent | (Inherited from Activity.) |
![]() |
ParentDependencyObject | (Inherited from DependencyObject.) |
![]() |
QualifiedName | (Inherited from Activity.) |
![]() |
Site | (Inherited from DependencyObject.) |
![]() |
StringVal | Gets or sets a string from which a substring is extracted at the given index. |
![]() |
SubstringVariable | Gets or sets the substring that is extracted. |
![]() |
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. |
![]() ![]() |
IndexProperty | The DependencyProperty object that promotes the Index 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