TemplateProcessingResult Class
Contains information about result of running a Visual Studio T4 text template transformation.
Assembly: Microsoft.AspNet.Scaffolding.12.0 (in Microsoft.AspNet.Scaffolding.12.0.dll)
The TemplateProcessingResult type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | TemplateProcessingResult | Initializes a new instance of the TemplateProcessingResult class. |
| Name | Description | |
|---|---|---|
![]() | GeneratedText | Generated text of transformation if it was successful. This will be empty when there are processing errors. |
![]() | ProcessingErrors | Any errors resulted from transformation. |
![]() | TemplateFileExtension | The file extension specified by T4 text template. |
Show:
