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
Protected method TemplateActivity Creates a new instance of the TemplateActivity class.

Top

Methods

  Name Description
Protected method Abort (Inherited from NativeActivity.)
Protected method CacheMetadata Overloaded.
Protected method Cancel (Inherited from NativeActivity.)
Public method Equals (Inherited from Object.)
Protected method Execute Transforms a text template that is specified in the TemplatePath property by calling the Visual Studio STextTemplatingService. (Overrides NativeActivity.Execute(NativeActivityContext).)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method 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.
Protected method ProcessTemplate Processes a text template by using the STextTemplatingService in Visual Studio.
Public method ShouldSerializeDisplayName (Inherited from Activity.)
Public method ToString (Inherited from Activity.)

Top

Properties

  Name Description
Protected property CacheId (Inherited from Activity.)
Protected property CanInduceIdle (Inherited from NativeActivity.)
Protected property Constraints (Inherited from Activity.)
Public property DisplayName (Inherited from Activity.)
Public property Id (Inherited from Activity.)
Protected property Implementation (Inherited from NativeActivity.)
Protected property TemplateOutput The output of the template that is specified by the TemplatePath property.
Public property TemplatePath The path of the text template being processed.

Top

See Also

Reference

TemplateActivity Class

Microsoft.Data.Entity.Design.VisualStudio.TextTemplating Namespace