ExtractSubstringFromIndex members
Defines a workflow activity that is used to extract a substring from a specified string at a given index.
The ExtractSubstringFromIndex type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ExtractSubstringFromIndex | Initializes a new instance of the ExtractSubstringFromIndex class. |
Top
Properties
Name | Description | |
---|---|---|
CacheId | (Inherited from Activity.) | |
Constraints | (Inherited from Activity.) | |
DisplayName | (Inherited from Activity.) | |
Id | (Inherited from Activity.) | |
Implementation | (Inherited from Activity.) | |
Index | Gets or sets the index in the string from which to extract the specified substring. | |
Result | (Inherited from Activity<String>.) | |
ResultType | (Inherited from ActivityWithResult.) | |
Value | Gets or sets the string from which to extract a substring from at the given index. |
Top
Methods
Name | Description | |
---|---|---|
CacheMetadata | (Inherited from Activity.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ShouldSerializeDisplayName | (Inherited from Activity.) | |
ToString | (Inherited from Activity.) |
Top