GeneratorResults Class

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Represents results from code generation.

System.Object
  System.Web.Razor.ParserResults
    System.Web.Razor.GeneratorResults

Namespace:  System.Web.Razor
Assembly:  System.Web.Razor (in System.Web.Razor.dll)

public class GeneratorResults : ParserResults

The GeneratorResults type exposes the following members.

  NameDescription
Public methodGeneratorResults(ParserResults, CodeCompileUnit, IDictionary<Int32, GeneratedCodeMapping>)This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the GeneratorResults class.
Public methodGeneratorResults(Block, IList<RazorError>, CodeCompileUnit, IDictionary<Int32, GeneratedCodeMapping>)This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the GeneratorResults class.
Protected methodGeneratorResults(Boolean, Block, IList<RazorError>, CodeCompileUnit, IDictionary<Int32, GeneratedCodeMapping>)This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the GeneratorResults class.
Top

  NameDescription
Public propertyDesignTimeLineMappingsThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the dictionary of design-time generated code mappings.
Public propertyDocumentThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the root node in the document’s syntax tree. (Inherited from ParserResults.)
Public propertyGeneratedCodeThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the generated code.
Public propertyParserErrorsThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the list of errors which occurred during parsing. (Inherited from ParserResults.)
Public propertySuccessThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets a value indicating whether parsing was successful. (Inherited from ParserResults.)
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: