TemplateActivity Members
Include Protected Members
Include Inherited Members
Provides functionality for transforming text templates within a Windows Workflow.
The TemplateActivity type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TemplateActivity | Creates a new instance of the TemplateActivity class. |
Top
Methods
Name | Description | |
---|---|---|
Abort | (Inherited from NativeActivity.) | |
CacheMetadata | Overloaded. | |
Cancel | (Inherited from NativeActivity.) | |
Equals | (Inherited from Object.) | |
Execute | Transforms a text template that is specified in the TemplatePath property by calling the Visual Studio STextTemplatingService. (Overrides NativeActivity.Execute(NativeActivityContext).) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
OnGetTemplateInputs | Populates an IDictionary that is used to provide inputs to a text template. This method can be overridden in derived classes to provide custom inputs. These inputs are placed into CallContext for use by the text template. | |
ProcessTemplate | Processes a text template by using the STextTemplatingService in Visual Studio. | |
ShouldSerializeDisplayName | (Inherited from Activity.) | |
ToString | (Inherited from Activity.) |
Top
Properties
Name | Description | |
---|---|---|
CacheId | (Inherited from Activity.) | |
CanInduceIdle | (Inherited from NativeActivity.) | |
Constraints | (Inherited from Activity.) | |
DisplayName | (Inherited from Activity.) | |
Id | (Inherited from Activity.) | |
Implementation | (Inherited from NativeActivity.) | |
TemplateOutput | The output of the template that is specified by the TemplatePath property. | |
TemplatePath | The path of the text template being processed. |
Top
See Also
Reference
Microsoft.Data.Entity.Design.VisualStudio.TextTemplating Namespace