UNPKG

doevisualizations

Version:

Data Visualization Library based on RequireJS and D3.js (v4+)

533 lines (532 loc) 522 kB
<?xml version="1.0" encoding="utf-8"?> <doc> <assembly> <name>System.Web.Razor</name> </assembly> <members> <member name="T:System.Web.Razor.CSharpRazorCodeLanguage"> <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Represents a Razor code language that is based on C# syntax.</summary> </member> <member name="M:System.Web.Razor.CSharpRazorCodeLanguage.#ctor"> <summary>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 <see cref="T:System.Web.Razor.CSharpRazorCodeLanguage" /> class.</summary> </member> <member name="P:System.Web.Razor.CSharpRazorCodeLanguage.CodeDomProviderType"> <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Gets the type of the code provider.</summary> <returns>The type of the code provider.</returns> </member> <member name="M:System.Web.Razor.CSharpRazorCodeLanguage.CreateCodeGenerator(System.String,System.String,System.String,System.Web.Razor.RazorEngineHost)"> <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Creates a new Razor code generator based on C# code language.</summary> <returns>The newly created Razor code generator based on C# code language.</returns> <param name="className">The class name for the generated code.</param> <param name="rootNamespaceName">The name of the root namespace for the generated code.</param> <param name="sourceFileName">The name of the source code file.</param> <param name="host">The Razor engine host.</param> </member> <member name="M:System.Web.Razor.CSharpRazorCodeLanguage.CreateCodeParser"> <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Creates a new code parser for C# code language.</summary> <returns>The newly created code parser for C# code language.</returns> </member> <member name="P:System.Web.Razor.CSharpRazorCodeLanguage.LanguageName"> <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Gets the name of the C# code language.</summary> <returns>The name of the C# code language. Value is ‘csharp’.</returns> </member> <member name="T:System.Web.Razor.DocumentParseCompleteEventArgs"> <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary> </member> <member name="M:System.Web.Razor.DocumentParseCompleteEventArgs.#ctor"> <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary> </member> <member name="P:System.Web.Razor.DocumentParseCompleteEventArgs.GeneratorResults"> <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary> </member> <member name="P:System.Web.Razor.DocumentParseCompleteEventArgs.SourceChange"> <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary> </member> <member name="P:System.Web.Razor.DocumentParseCompleteEventArgs.TreeStructureChanged"> <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary> </member> <member name="T:System.Web.Razor.GeneratorResults"> <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents results from code generation.</summary> </member> <member name="M:System.Web.Razor.GeneratorResults.#ctor(System.Boolean,System.Web.Razor.Parser.SyntaxTree.Block,System.Collections.Generic.IList{System.Web.Razor.Parser.SyntaxTree.RazorError},System.CodeDom.CodeCompileUnit,System.Collections.Generic.IDictionary{System.Int32,System.Web.Razor.Generator.GeneratedCodeMapping})"> <summary>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 <see cref="T:System.Web.Razor.GeneratorResults" /> class.</summary> <param name="success">true if the code generation is a success; otherwise, false.</param> <param name="document">The document.</param> <param name="parserErrors">The parser errors.</param> <param name="generatedCode">The generated code.</param> <param name="designTimeLineMappings">The dictionary of design-time generated code mappings.</param> </member> <member name="M:System.Web.Razor.GeneratorResults.#ctor(System.Web.Razor.Parser.SyntaxTree.Block,System.Collections.Generic.IList{System.Web.Razor.Parser.SyntaxTree.RazorError},System.CodeDom.CodeCompileUnit,System.Collections.Generic.IDictionary{System.Int32,System.Web.Razor.Generator.GeneratedCodeMapping})"> <summary>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 <see cref="T:System.Web.Razor.GeneratorResults" /> class.</summary> <param name="document">The document.</param> <param name="parserErrors">The parser errors.</param> <param name="generatedCode">The generated code.</param> <param name="designTimeLineMappings">The dictionary of design-time generated code mappings.</param> </member> <member name="M:System.Web.Razor.GeneratorResults.#ctor(System.Web.Razor.ParserResults,System.CodeDom.CodeCompileUnit,System.Collections.Generic.IDictionary{System.Int32,System.Web.Razor.Generator.GeneratedCodeMapping})"> <summary>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 <see cref="T:System.Web.Razor.GeneratorResults" /> class.</summary> <param name="parserResults">The parser results.</param> <param name="generatedCode">The generated code.</param> <param name="designTimeLineMappings">The dictionary of design-time generated code mappings.</param> </member> <member name="P:System.Web.Razor.GeneratorResults.DesignTimeLineMappings"> <summary>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.</summary> <returns>The dictionary of design-time generated code mappings.</returns> </member> <member name="P:System.Web.Razor.GeneratorResults.GeneratedCode"> <summary>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.</summary> <returns>The generated code.</returns> </member> <member name="T:System.Web.Razor.ParserResults"> <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents the results of parsing a Razor document.</summary> </member> <member name="M:System.Web.Razor.ParserResults.#ctor(System.Boolean,System.Web.Razor.Parser.SyntaxTree.Block,System.Collections.Generic.IList{System.Web.Razor.Parser.SyntaxTree.RazorError})"> <summary>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 <see cref="T:System.Web.Razor.ParserResults" /> class.</summary> <param name="success">true if parsing was successful; otherwise, false.</param> <param name="document">The root node in the document’s syntax tree.</param> <param name="errors">The list of errors which occurred during parsing.</param> </member> <member name="M:System.Web.Razor.ParserResults.#ctor(System.Web.Razor.Parser.SyntaxTree.Block,System.Collections.Generic.IList{System.Web.Razor.Parser.SyntaxTree.RazorError})"> <summary>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 <see cref="T:System.Web.Razor.ParserResults" /> class.</summary> <param name="document">The root node in the document’s syntax tree.</param> <param name="parserErrors">The list of errors which occurred during parsing.</param> </member> <member name="P:System.Web.Razor.ParserResults.Document"> <summary>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.</summary> <returns>The root node in the document’s syntax tree.</returns> </member> <member name="P:System.Web.Razor.ParserResults.ParserErrors"> <summary>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.</summary> <returns>The list of errors which occurred during parsing.</returns> </member> <member name="P:System.Web.Razor.ParserResults.Success"> <summary>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.</summary> <returns>true if parsing was successful; otherwise, false.</returns> </member> <member name="T:System.Web.Razor.PartialParseResult"> <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary> </member> <member name="F:System.Web.Razor.PartialParseResult.Accepted"> <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary> </member> <member name="F:System.Web.Razor.PartialParseResult.AutoCompleteBlock"> <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary> </member> <member name="F:System.Web.Razor.PartialParseResult.Provisional"> <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary> </member> <member name="F:System.Web.Razor.PartialParseResult.Rejected"> <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary> </member> <member name="F:System.Web.Razor.PartialParseResult.SpanContextChanged"> <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary> </member> <member name="T:System.Web.Razor.RazorCodeLanguage"> <summary>Represents the base for all Razor code language.This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary> </member> <member name="M:System.Web.Razor.RazorCodeLanguage.#ctor"> <summary>Initializes a new instance of the <see cref="T:System.Web.Razor.RazorCodeLanguage" /> class.This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary> </member> <member name="P:System.Web.Razor.RazorCodeLanguage.CodeDomProviderType"> <summary>Gets the type of the CodeDOM provider.This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary> <returns>The type of the CodeDOM provider.</returns> </member> <member name="M:System.Web.Razor.RazorCodeLanguage.CreateCodeGenerator(System.String,System.String,System.String,System.Web.Razor.RazorEngineHost)"> <summary>Creates the code generator for the Razor code language.This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary> <returns>The code generator for the Razor code language.</returns> <param name="className">The class name.</param> <param name="rootNamespaceName">The name of the root namespace.</param> <param name="sourceFileName">The source file name.</param> <param name="host">The Razor engine host.</param> </member> <member name="M:System.Web.Razor.RazorCodeLanguage.CreateCodeParser"> <summary>Creates the code parser for the Razor code language.This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary> <returns>The code parser for the Razor code language.</returns> </member> <member name="M:System.Web.Razor.RazorCodeLanguage.GetLanguageByExtension(System.String)"> <summary>Gets the language of the Razor code using the specified file extension.This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary> <returns>The language of the Razor code.</returns> <param name="fileExtension">The file extension.</param> </member> <member name="P:System.Web.Razor.RazorCodeLanguage.LanguageName"> <summary>Gets the language name of the current Razor code, that is “csharp” or “vb”.This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary> <returns>The language name of the current Razor code.</returns> </member> <member name="P:System.Web.Razor.RazorCodeLanguage.Languages"> <summary>Gets the list of language supported by the Razor code.This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary> <returns>The list of language supported by the Razor code.</returns> </member> <member name="T:System.Web.Razor.RazorDirectiveAttribute"> <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Represents an attribute for the Razor directive.</summary> </member> <member name="M:System.Web.Razor.RazorDirectiveAttribute.#ctor(System.String,System.String)"> <summary>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 <see cref="T:System.Web.Razor.RazorDirectiveAttribute" /> class.</summary> <param name="name">The name of the attribute.</param> <param name="value">The value of the attribute.</param> </member> <member name="M:System.Web.Razor.RazorDirectiveAttribute.Equals(System.Object)"> <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Determines whether this instance is equal to a specified object.</summary> <returns>true if the object is equal to the this instance; otherwise, false.</returns> <param name="obj">The object to compare with this instance.</param> </member> <member name="M:System.Web.Razor.RazorDirectiveAttribute.GetHashCode"> <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Returns the hash code for this instance.</summary> <returns>The hash code for this instance.</returns> </member> <member name="P:System.Web.Razor.RazorDirectiveAttribute.Name"> <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Gets or sets the name of the attribute.</summary> <returns>The name of the attribute.</returns> </member> <member name="P:System.Web.Razor.RazorDirectiveAttribute.TypeId"> <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Gets the unique type ID of the attribute.</summary> <returns>The unique type ID of the attribute.</returns> </member> <member name="P:System.Web.Razor.RazorDirectiveAttribute.Value"> <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Gets or sets the value of the attribute.</summary> <returns>The value of the attribute.</returns> </member> <member name="T:System.Web.Razor.RazorEditorParser"> <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Parser used by editors to avoid reparsing the entire document on each text change.</summary> </member> <member name="M:System.Web.Razor.RazorEditorParser.#ctor(System.Web.Razor.RazorEngineHost,System.String)"> <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Constructs the editor parser.</summary> <param name="host">The <see cref="T:System.Web.Razor.RazorEngineHost" /> which defines the environment in which the generated code will live.</param> <param name="sourceFileName">The physical path to use in line pragmas.</param> </member> <member name="M:System.Web.Razor.RazorEditorParser.CheckForStructureChanges(System.Web.Razor.Text.TextChange)"> <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines if a change will cause a structural change to the document and if not, applies it to the existing tree. If a structural change would occur, automatically starts a reparse.</summary> <returns>A <see cref="T:System.Web.Razor.PartialParseResult" /> value indicating the result of the incremental parse.</returns> <param name="change">The change to apply to the parse tree.</param> </member> <member name="P:System.Web.Razor.RazorEditorParser.CurrentParseTree"> <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the current parse tree.</summary> <returns>The current parse tree.</returns> </member> <member name="M:System.Web.Razor.RazorEditorParser.Dispose"> <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Releases all resources used by the current instance of the <see cref="T:System.Web.Razor.RazorEditorParser" />.</summary> </member> <member name="M:System.Web.Razor.RazorEditorParser.Dispose(System.Boolean)"> <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Releases the unmanaged resources used by the <see cref="T:System.Web.Razor.RazorEditorParser" /> class and optionally releases the managed resources.</summary> <param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources.</param> </member> <member name="E:System.Web.Razor.RazorEditorParser.DocumentParseComplete"> <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Event fired when a full reparse of the document completes.</summary> </member> <member name="P:System.Web.Razor.RazorEditorParser.FileName"> <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the filename of the document to parse.</summary> <returns>The filename of the document to parse.</returns> </member> <member name="M:System.Web.Razor.RazorEditorParser.GetAutoCompleteString"> <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Retrieves the auto complete string.</summary> <returns>The auto complete string.</returns> </member> <member name="P:System.Web.Razor.RazorEditorParser.Host"> <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the host for the parse.</summary> <returns>The host for the parse.</returns> </member> <member name="P:System.Web.Razor.RazorEditorParser.LastResultProvisional"> <summary>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 the last result of the parse was provisionally accepted for next partial parse.</summary> <returns>true if the last result of the parse was provisionally accepted for next partial parse; otherwise, false.</returns> </member> <member name="T:System.Web.Razor.RazorEngineHost"> <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents the generated code for the razor engine host.</summary> </member> <member name="M:System.Web.Razor.RazorEngineHost.#ctor"> <summary>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 <see cref="T:System.Web.Razor.RazorEngineHost" /> class.</summary> </member> <member name="M:System.Web.Razor.RazorEngineHost.#ctor(System.Web.Razor.RazorCodeLanguage)"> <summary>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 <see cref="T:System.Web.Razor.RazorEngineHost" /> class.</summary> <param name="codeLanguage">The specified code language.</param> </member> <member name="M:System.Web.Razor.RazorEngineHost.#ctor(System.Web.Razor.RazorCodeLanguage,System.Func{System.Web.Razor.Parser.ParserBase})"> <summary>Initializes a new instance of the <see cref="T:System.Web.Razor.RazorEngineHost" /> class.</summary> <param name="codeLanguage">The specified code language.</param> <param name="markupParserFactory">The markup parser factory.</param> </member> <member name="P:System.Web.Razor.RazorEngineHost.CodeLanguage"> <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the languages supported by the code generator.</summary> <returns>The languages supported that by the code generator.</returns> </member> <member name="M:System.Web.Razor.RazorEngineHost.CreateMarkupParser"> <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Creates a markup parser using the specified language parser for the <see cref="T:System.Web.Razor.RazorEngineHost" />.</summary> <returns>A markup parser to create using the specified language parser for the <see cref="T:System.Web.Razor.RazorEngineHost" />.</returns> </member> <member name="M:System.Web.Razor.RazorEngineHost.DecorateCodeGenerator(System.Web.Razor.Generator.RazorCodeGenerator)"> <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns the methods as language-specific Razor code generator.</summary> <returns>The methods as language-specific Razor code generator.</returns> <param name="incomingCodeGenerator">The C# or Visual Basic code generator.</param> </member> <member name="M:System.Web.Razor.RazorEngineHost.DecorateCodeParser(System.Web.Razor.Parser.ParserBase)"> <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns the methods as language-specific Razor code parser using the specified language parser.</summary> <returns>The methods as language-specific Razor code parser using the specified language parser.</returns> <param name="incomingCodeParser">The C# or Visual Basic code parser.</param> </member> <member name="M:System.Web.Razor.RazorEngineHost.DecorateMarkupParser(System.Web.Razor.Parser.ParserBase)"> <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns the method to decorate markup parser using the specified language parser.</summary> <returns>The method to decorate markup parser using the specified language parser.</returns> <param name="incomingMarkupParser">The C# or Visual Basic code parser.</param> </member> <member name="P:System.Web.Razor.RazorEngineHost.DefaultBaseClass"> <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the default base class for the host.</summary> <returns>The default base class for the host.</returns> </member> <member name="P:System.Web.Razor.RazorEngineHost.DefaultClassName"> <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the default class name for the host.</summary> <returns>The default class name for the host.</returns> </member> <member name="P:System.Web.Razor.RazorEngineHost.DefaultNamespace"> <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the default namespace for the host.</summary> <returns>The default namespace for the host.</returns> </member> <member name="P:System.Web.Razor.RazorEngineHost.DesignTimeMode"> <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets a value that indicates whether the mode designs a time for the host.</summary> <returns>true if the mode designs a time for the host; otherwise, false.</returns> </member> <member name="P:System.Web.Razor.RazorEngineHost.EnableInstrumentation"> <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the host that enables the instrumentation.</summary> <returns>The host that enables the instrumentation.</returns> </member> <member name="P:System.Web.Razor.RazorEngineHost.GeneratedClassContext"> <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the generated class context for the host.</summary> <returns>The generated class context for the host.</returns> </member> <member name="P:System.Web.Razor.RazorEngineHost.InstrumentedSourceFilePath"> <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the instrumented source file path for the host.</summary> <returns>The instrumented source file path for the host.</returns> </member> <member name="P:System.Web.Razor.RazorEngineHost.IsIndentingWithTabs"> <summary>Gets or sets whether the design time editor is using tabs or spaces for indentation.</summary> </member> <member name="P:System.Web.Razor.RazorEngineHost.NamespaceImports"> <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the namespace imports for the host.</summary> <returns>The namespace imports for the host.</returns> </member> <member name="M:System.Web.Razor.RazorEngineHost.PostProcessGeneratedCode(System.CodeDom.CodeCompileUnit,System.CodeDom.CodeNamespace,System.CodeDom.CodeTypeDeclaration,System.CodeDom.CodeMemberMethod)"> <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns this method to post all the processed generated code for the host.</summary> <param name="codeCompileUnit">The code compile unit.</param> <param name="generatedNamespace">The generated namespace.</param> <param name="generatedClass">The generated class.</param> <param name="executeMethod">The execute method.</param> </member> <member name="M:System.Web.Razor.RazorEngineHost.PostProcessGeneratedCode(System.Web.Razor.Generator.CodeGeneratorContext)"> <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns this method to post all the processed generated code for the host.</summary> <param name="context">The code generator context.</param> </member> <member name="P:System.Web.Razor.RazorEngineHost.StaticHelpers"> <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the static helpers for the host.</summary> <returns>The static helpers for the host.</returns> </member> <member name="P:System.Web.Razor.RazorEngineHost.TabSize"> <summary>Tab size used by the hosting editor, when indenting with tabs.</summary> </member> <member name="T:System.Web.Razor.RazorTemplateEngine"> <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents an entry-point to the Razor Template Engine.</summary> </member> <member name="M:System.Web.Razor.RazorTemplateEngine.#ctor(System.Web.Razor.RazorEngineHost)"> <summary>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 <see cref="T:System.Web.Razor.RazorTemplateEngine" /> class.</summary> <param name="host">The host.</param> </member> <member name="M:System.Web.Razor.RazorTemplateEngine.CreateCodeGenerator(System.String,System.String,System.String)"> <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Creates a code generator.</summary> <returns>The created <see cref="T:System.Web.Razor.Generator.RazorCodeGenerator" />.</returns> <param name="className">The name of the generated class.</param> <param name="rootNamespace">The namespace in which the generated class will reside.</param> <param name="sourceFileName">The file name to use in line pragmas.</param> </member> <member name="M:System.Web.Razor.RazorTemplateEngine.CreateParser"> <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Creates a <see cref="T:System.Web.Razor.Parser.RazorParser" />.</summary> <returns>The created <see cref="T:System.Web.Razor.Parser.RazorParser" />.</returns> </member> <member name="F:System.Web.Razor.RazorTemplateEngine.DefaultClassName"> <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Indicates the default class name of the template.</summary> </member> <member name="F:System.Web.Razor.RazorTemplateEngine.DefaultNamespace"> <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Indicates the default namespace for the template.</summary> </member> <member name="M:System.Web.Razor.RazorTemplateEngine.GenerateCode(System.IO.TextReader)"> <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Parses the template specified by the TextBuffer, generates code for it, and returns the constructed CodeDOM tree.</summary> <returns>The resulting parse tree AND generated Code DOM tree.</returns> <param name="input">The input text to parse.</param> </member> <member name="M:System.Web.Razor.RazorTemplateEngine.GenerateCode(System.IO.TextReader,System.Nullable{System.Threading.CancellationToken})"> <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Parses the template specified by the TextBuffer, generates code for it, and returns the constructed CodeDOM tree.</summary> <returns>The resulting parse tree AND generated Code DOM tree.</returns> <param name="input">The input text to parse.</param> <param name="cancelToken">A token used to cancel the parser.</param> </member> <member name="M:System.Web.Razor.RazorTemplateEngine.GenerateCode(System.IO.TextReader,System.String,System.String,System.String)"> <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Parses the template specified by the TextBuffer, generates code for it, and returns the constructed CodeDOM tree.</summary> <returns>The resulting parse tree AND generated Code DOM tree.</returns> <param name="input">The input text to parse.</param> <param name="className">The name of the generated class, overriding whatever is specified in the host.</param> <param name="rootNamespace">The namespace in which the generated class will reside.</param> <param name="sourceFileName">The file name to use in line pragmas.</param> </member> <member name="M:System.Web.Razor.RazorTemplateEngine.GenerateCode(System.IO.TextReader,System.String,System.String,System.String,System.Nullable{System.Threading.CancellationToken})"> <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Parses the template specified by the TextBuffer, generates code for it, and returns the constructed CodeDOM tree.</summary> <returns>The resulting parse tree AND generated Code DOM tree.</returns> <param name="input">The input text to parse.</param> <param name="className">The name of the generated class, overriding whatever is specified in the host.</param> <param name="rootNamespace">The namespace in which the generated class will reside.</param> <param name="sourceFileName">The file name to use in line pragmas.</param> <param name="cancelToken">A token used to cancel the parser.</param> </member> <member name="M:System.Web.Razor.RazorTemplateEngine.GenerateCode(System.Web.Razor.Text.ITextBuffer)"> <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Parses the template specified by the TextBuffer, generates code for it, and returns the constructed CodeDOM tree.</summary> <returns>The resulting parse tree AND generated Code DOM tree.</returns> <param name="input">The input text to parse.</param> </member> <member name="M:System.Web.Razor.RazorTemplateEngine.GenerateCode(System.Web.Razor.Text.ITextBuffer,System.Nullable{System.Threading.CancellationToken})"> <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Parses the template specified by the TextBuffer, generates code for it, and returns the constructed CodeDOM tree.</summary> <returns>The resulting parse tree AND generated Code DOM tree.</returns> <param name="input">The input text to parse.</param> <param name="cancelToken">A token used to cancel the parser.</param> </member> <member name="M:System.Web.Razor.RazorTemplateEngine.GenerateCode(System.Web.Razor.Text.ITextBuffer,System.String,System.String,System.String)"> <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Parses the template specified by the TextBuffer, generates code for it, and returns the constructed CodeDOM tree.</summary> <returns>The resulting parse tree AND generated Code DOM tree.</returns> <param name="input">The input text to parse.</param> <param name="className">The name of the generated class, overriding whatever is specified in the host.</param> <param name="rootNamespace">The namespace in which the generated class will reside.</param> <param name="sourceFileName">The file name to use in line pragmas.</param> </member> <member name="M:System.Web.Razor.RazorTemplateEngine.GenerateCode(System.Web.Razor.Text.ITextBuffer,System.String,System.String,System.String,System.Nullable{System.Threading.CancellationToken})"> <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Parses the template specified by the TextBuffer, generates code for it, and returns the constructed CodeDOM tree.</summary> <returns>The resulting parse tree AND generated Code DOM tree.</returns> <param name="input">The input text to parse.</param> <param name="className">The name of the generated class, overriding whatever is specified in the host.</param> <param name="rootNamespace">The namespace in which the generated class will reside.</param> <param name="sourceFileName">The file name to use in line pragmas.</param> <param name="cancelToken">A token used to cancel the parser.</param> </member> <member name="M:System.Web.Razor.RazorTemplateEngine.GenerateCodeCore(System.Web.Razor.Text.ITextDocument,System.String,System.String,System.String,System.Nullable{System.Threading.CancellationToken})"> <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Generates a code core.</summary> <returns>The results of the generated core.</returns> <param name="input">The input text to parse.</param> <param name="className">The name of the generated class, overriding whatever is specified in the host.</param> <param name="rootNamespace">The namespace in which the generated class will reside.</param> <param name="sourceFileName">The file name to use in line pragmas.</param> <param name="cancelToken">A token used to cancel the parser.</param> </member> <member name="P:System.Web.Razor.RazorTemplateEngine.Host"> <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the <see cref="T:System.Web.Razor.RazorEngineHost" /> which defines the environment in which the generated template code will live.</summary> <returns>The <see cref="T:System.Web.Razor.RazorEngineHost" /> which defines the environment in which the generated template code will live.</returns> </member> <member name="M:System.Web.Razor.RazorTemplateEngine.ParseTemplate(System.IO.TextReader)"> <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Parses the template specified by the TextBuffer and returns its result.</summary> <returns>The resulting parse tree.</returns> <param name="input">The input text to parse.</param> </member> <member name="M:System.Web.Razor.RazorTemplateEngine.ParseTemplate(System.IO.TextReader,System.Nullable{System.Threading.CancellationToken})"> <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Parses the template specified by the TextBuffer and returns its result.</summary> <returns>The resulting parse tree.</returns> <param name="input">The input text to parse.</param> <param name="cancelToken">A token used to cancel the parser.</param> </member> <member name="M:System.Web.Razor.RazorTemplateEngine.ParseTemplate(System.Web.Razor.Text.ITextBuffer)"> <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Parses the template specified by the TextBuffer and returns its result.</summary> <returns>The resulting parse tree.</returns> <param name="input">The input text to parse.</param> </member> <member name="M:System.Web.Razor.RazorTemplateEngine.ParseTemplate(System.Web.Razor.Text.ITextBuffer,System.Nullable{System.Threading.CancellationToken})"> <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Parses the template specified by the TextBuffer and returns its result.</summary> <returns>The resulting parse tree.</returns> <param name="input">The input text to parse.</param> <param name="cancelToken">A token used to cancel the parser.</param> </member> <member name="M:System.Web.Razor.RazorTemplateEngine.ParseTemplateCore(System.Web.Razor.Text.ITextDocument,System.Nullable{System.Threading.CancellationToken})"> <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Parses the template core.</summary> <returns>The resulting parse tree.</returns> <param name="input">The input text to parse.</param> <param name="cancelToken">A token used to cancel the parser.</param> </member> <member name="T:System.Web.Razor.StateMachine`1"> <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents the state of the machine.</summary> <typeparam name="TReturn">The generic type Return.</typeparam> </member> <member name="M:System.Web.Razor.StateMachine`1.#ctor"> <summary>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 <see cref="T:System.Web.Razor.StateMachine`1" /> class.</summary> </member> <member name="P:System.Web.Razor.StateMachine`1.CurrentState"> <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the current state of the machine.</summary> <returns>The current state of the machine.</returns> </member> <member name="P:System.Web.Razor.StateMachine`1.StartState"> <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the starting state of the machine.</summary> <returns>The starting state of the machine.</returns> </member> <member name="M:System.Web.Razor.StateMachine`1.Stay"> <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Stays into the machine during the transition.</summary> <returns>Transition of the state machine.</returns> </member> <member name="M:System.Web.Razor.StateMachine`1.Stay(`0)"> <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Stays into the machine during the transition with the specified output.</summary> <returns>The output of the transition.</returns> <param name="output">The output.</param> </member> <member name="M:System.Web.Razor.StateMachine`1.Stop"> <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Disables the machine upon transition.</summary> <returns>The machine to stop.</returns> </member> <member name="M:System.Web.Razor.StateMachine`1.Transition(System.Web.Razor.StateMachine{`0}.State)"> <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Indicates the new transition of the state.</summary> <returns>The new transition of the state.</returns> <param name="newState">The new state.</param> </member> <member name="M:System.Web.Razor.StateMachine`1.Transition(`0,System.Web.Razor.StateMachine{`0}.State)"> <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Indicates the new transition of the state with the specified output.</summary> <returns>The new transition of the state with the specified output.</returns> <param name="output">The output.</param> <param name="newState">The new state.</param> </member> <member name="M:System.Web.Razor.StateMachine`1.Turn"> <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Describes the turning process of the state.</summary> <returns>The turning process of the state.</returns> </member> <member name="T:System.Web.Razor.StateMachine`1.State"> <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary> </member> <member name="T:System.Web.Razor.StateMachine`1.StateResult"> <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents the state result.</summary> </member> <member name="M:System.Web.Razor.StateMachine`1.StateResult.#ctor(System.Web.Razor.StateMachine{`0}.State)"> <summary>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 <see cref="T:System.Web.Razor.StateMachine`1.StateResult" /> class.</summary> <param name="next">The next output.</param> </member> <member name="M:System.Web.Razor.StateMachine`1.StateResult.#ctor(`0,System.Web.Razor.StateMachine{`0}.State)"> <summary>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 <see cref="T:System.Web.Razor.StateMachine`1.StateResult" /> class.</summary> <param name="output">The output.</param> <param name="next">The next state.</param> </member> <member name="P:System.Web.Razor.StateMachine`1.StateResult.HasOutput"> <summary>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 the state has output.</summary> <returns>true if the state has output; otherwise, false.</returns> </member> <member name="P:System.Web.Razor.StateMachine`1.StateResult.Next"> <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the next state in the machine.</summary> <returns>The next state in the machine.</returns> </member> <member name="P:System.Web.Razor.StateMachine`1.StateResult.Output"> <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the output.</summary> <returns>The <see cref="T:System.Web.Razor.StateMachine`1.State" /> representing the output.</returns> </member> <member name="T:System.Web.Razor.VBRazorCodeLanguage"> <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents a language generator and provider of the VB razor code.</summary> </member> <member name="M:System.Web.Razor.VBRazorCodeLanguage.#ctor"> <summary>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 <see cref="T:System.Web.Razor.VBRazorCodeLanguage" /> class.</summary> </member> <member name="P:System.Web.Razor.VBRazorCodeLanguage.CodeDomProviderType"> <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the type of CodeDomProvider.</summary> <returns>The type of CodeDomProvider.</returns> </member> <member name="M:System.Web.Razor.VBRazorCodeLanguage.CreateCodeGenerator(System.String,System.String,System.String,System.Web.Razor.RazorEngineHost)"> <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Creates the code language generator.</summary> <returns>The code language generator.</returns> <param name="className">The name of the class.</param> <param name="rootNamespaceName">The root namespace name.</param> <param name="sourceFileName">The source File name.</param> <param name="host">The <see cref="T:System.Web.Razor.RazorEngineHost" />.</param> </member> <member name="M:System.Web.Razor.VBRazorCodeLanguage.CreateCodeParser"> <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Creates a code parser in a <see cref="T:System.Web.Razor.Parser.ParserBase" />.</summary>