HelperCodeGenerator Class
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Represents a helper code generator.
Inheritance Hierarchy
System.Object
System.Web.Razor.Generator.BlockCodeGenerator
System.Web.Razor.Generator.HelperCodeGenerator
Namespace: System.Web.Razor.Generator
Assembly: System.Web.Razor (in System.Web.Razor.dll)
Syntax
'Declaration
Public Class HelperCodeGenerator _
Inherits BlockCodeGenerator
'Usage
Dim instance As HelperCodeGenerator
public class HelperCodeGenerator : BlockCodeGenerator
public ref class HelperCodeGenerator : public BlockCodeGenerator
type HelperCodeGenerator =
class
inherit BlockCodeGenerator
end
public class HelperCodeGenerator extends BlockCodeGenerator
The HelperCodeGenerator type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
HelperCodeGenerator | 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 HelperCodeGenerator class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Footer | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the footer for this code. |
![]() |
HeaderComplete | 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 header for this code is complete. |
![]() |
Signature | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the signature for this code. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the specified object is equal to the current object. (Overrides BlockCodeGenerator.Equals(Object).) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GenerateEndBlockCode | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Generates a block after the code. (Overrides BlockCodeGenerator.GenerateEndBlockCode(Block, CodeGeneratorContext).) |
![]() |
GenerateStartBlockCode | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Generates a block before the code. (Overrides BlockCodeGenerator.GenerateStartBlockCode(Block, CodeGeneratorContext).) |
![]() |
GetHashCode | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the hash code for the current instance. (Overrides BlockCodeGenerator.GetHashCode().) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns a string representation of the current instance. (Overrides Object.ToString().) |
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.