TemplateActivity Class
Entity Framework 5.0
Provides functionality for transforming text templates within a Windows Workflow.
System.Object
System.Activities.Activity
System.Activities.NativeActivity
Microsoft.Data.Entity.Design.VisualStudio.TextTemplating.TemplateActivity
Microsoft.Data.Entity.Design.DatabaseGeneration.Activities.SsdlToDdlActivity
System.Activities.Activity
System.Activities.NativeActivity
Microsoft.Data.Entity.Design.VisualStudio.TextTemplating.TemplateActivity
Microsoft.Data.Entity.Design.DatabaseGeneration.Activities.SsdlToDdlActivity
Namespace: Microsoft.Data.Entity.Design.VisualStudio.TextTemplating
Assembly: Microsoft.Data.Entity.Design (in Microsoft.Data.Entity.Design.dll)
The TemplateActivity type exposes the following members.
| 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.) |
![]() | ImplementationVersion | (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. |
| Name | Description | |
|---|---|---|
![]() | Abort | (Inherited from NativeActivity.) |
![]() | CacheMetadata(ActivityMetadata) | (Inherited from NativeActivity.) |
![]() | CacheMetadata(NativeActivityMetadata) | (Inherited from NativeActivity.) |
![]() | 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.) |
![]() | OnCreateDynamicUpdateMap(UpdateMapMetadata, Activity) | (Inherited from NativeActivity.) |
![]() | OnCreateDynamicUpdateMap(NativeActivityUpdateMapMetadata, Activity) | (Inherited from NativeActivity.) |
![]() | 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.) |
![]() | UpdateInstance | (Inherited from NativeActivity.) |
The TemplateActivity class transforms a text template within a Windows Workflow through the Visual Studio STextTemplatingService. The SsdlToDdlActivity class inherits from the TemplateActivity class and is used by the Generate Database Wizard to transform a text template that generates DDL from SSDL.
Show:
