Share via


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.

Inheritance Hierarchy

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

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

Syntax

'Declaration
Public Class GeneratorResults _
    Inherits ParserResults
'Usage
Dim instance As GeneratorResults
public class GeneratorResults : ParserResults
public ref class GeneratorResults : public ParserResults
type GeneratorResults =  
    class 
        inherit ParserResults 
    end
public class GeneratorResults extends ParserResults

The GeneratorResults type exposes the following members.

Constructors

  Name Description
Public method GeneratorResults(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 method GeneratorResults(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 method GeneratorResults(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

Properties

  Name Description
Public property DesignTimeLineMappings This 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 property Document This 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 property GeneratedCode This 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 property ParserErrors This 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 property Success This 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

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

System.Web.Razor Namespace