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.
Assembly: System.Web.Razor (in System.Web.Razor.dll)
The GeneratorResults type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | 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. |
![]() | 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. |
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | 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. |
![]() | 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.) |
![]() | 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. |
![]() | 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.) |
![]() | 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.) |
Show:
