TemplateProcessingResult Class

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

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)

public class TemplateProcessingResult

The TemplateProcessingResult type exposes the following members.

  NameDescription
Public methodTemplateProcessingResultInitializes a new instance of the TemplateProcessingResult class.
Top

  NameDescription
Public propertyGeneratedTextGenerated text of transformation if it was successful. This will be empty when there are processing errors.
Public propertyProcessingErrorsAny errors resulted from transformation.
Public propertyTemplateFileExtensionThe file extension specified by T4 text template.
Top

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top

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