HybridCodeGenerator Class

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

Represents a hybrid code generator.

Inheritance Hierarchy

System.Object
  System.Web.Razor.Generator.HybridCodeGenerator
    System.Web.Razor.Generator.ExpressionCodeGenerator

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

Syntax

'Declaration
Public MustInherit Class HybridCodeGenerator _
    Implements ISpanCodeGenerator, IBlockCodeGenerator
'Usage
Dim instance As HybridCodeGenerator
public abstract class HybridCodeGenerator : ISpanCodeGenerator, 
    IBlockCodeGenerator
public ref class HybridCodeGenerator abstract : ISpanCodeGenerator, 
    IBlockCodeGenerator
[<AbstractClassAttribute>]
type HybridCodeGenerator =  
    class 
        interface ISpanCodeGenerator 
        interface IBlockCodeGenerator 
    end
public abstract class HybridCodeGenerator implements ISpanCodeGenerator, IBlockCodeGenerator

The HybridCodeGenerator type exposes the following members.

Constructors

  Name Description
Protected method HybridCodeGenerator 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 HybridCodeGenerator class.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GenerateCode This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Generates code for the data model from switches identified by parameters.
Public method GenerateEndBlockCode This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Generates an end block code.
Public method GenerateStartBlockCode This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Generates the start block code.
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.Generator Namespace