SetVBOptionCodeGenerator Class

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

Represents the conversion of the SetVBOptionCodeGenerator of the value.

Inheritance Hierarchy

System.Object
  System.Web.Razor.Generator.SpanCodeGenerator
    System.Web.Razor.Generator.SetVBOptionCodeGenerator

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

Syntax

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

The SetVBOptionCodeGenerator type exposes the following members.

Constructors

  Name Description
Public method SetVBOptionCodeGenerator 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 SetVBOptionCodeGenerator class.

Top

Properties

  Name Description
Public property OptionName This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the option name for the code generator.
Public property Value This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets a value that indicates whether the SetVBOptionCodeGenerator has a value.

Top

Methods

  Name Description
Public method 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. (Inherited from SpanCodeGenerator.)
Public methodStatic member Explicit This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Converts the SetVBOptionCodeGenerator explicitly to the on and off value.
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 specified parameters. (Overrides SpanCodeGenerator.GenerateCode(Span, CodeGeneratorContext).)
Public method GetHashCode This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns a hash code for the span code generator. (Inherited from SpanCodeGenerator.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public methodStatic member Strict This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Strictly converts the SetVBOptionCodeGenerator to the on and off value.
Public method ToString This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns a String that represents the current Object. (Overrides Object.ToString().)

Top

Fields

  Name Description
Public fieldStatic member ExplicitCodeDomOptionName This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents the explicit code Dom option name.
Public fieldStatic member StrictCodeDomOptionName This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents the strict code Dom option name.

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