Share via


TemplateProcessingResult Class

Contains information about result of running a Visual Studio T4 text template transformation.

Inheritance Hierarchy

System.Object
  Microsoft.AspNet.Scaffolding.Templating.TemplateProcessingResult

Namespace:  Microsoft.AspNet.Scaffolding.Templating
Assembly:  Microsoft.AspNet.Scaffolding.12.0 (in Microsoft.AspNet.Scaffolding.12.0.dll)

Syntax

'Declaration
Public Class TemplateProcessingResult
'Usage
Dim instance As TemplateProcessingResult
public class TemplateProcessingResult
public ref class TemplateProcessingResult
type TemplateProcessingResult =  class end
public class TemplateProcessingResult

The TemplateProcessingResult type exposes the following members.

Constructors

  Name Description
Public method TemplateProcessingResult Initializes a new instance of the TemplateProcessingResult class.

Top

Properties

  Name Description
Public property GeneratedText Generated text of transformation if it was successful. This will be empty when there are processing errors.
Public property ProcessingErrors Any errors resulted from transformation.
Public property TemplateFileExtension The file extension specified by T4 text template.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.AspNet.Scaffolding.Templating Namespace

Other Resources

Scaffolding Overview

Creating a Custom Scaffolder for Visual Studio