GeneratedClassContext Structure

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

Represents a generated class context.

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

public value class GeneratedClassContext

The GeneratedClassContext type exposes the following members.

  NameDescription
Public methodGeneratedClassContext(String, String, String)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 GeneratedClassContext class.
Public methodGeneratedClassContext(String, String, String, String, String, String)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 GeneratedClassContext class.
Public methodGeneratedClassContext(String, String, String, String, String, String, String)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 GeneratedClassContext class.
Public methodGeneratedClassContext(String, String, String, String, String, String, String, String, String)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 GeneratedClassContext class.
Top

  NameDescription
Public propertyAllowSectionsThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets a value indicating whether the context allows sections.
Public propertyAllowTemplatesThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets a value indicating whether the context allows templates.
Public propertyBeginContextMethodNameThis 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 method before the generated context.
Public propertyDefineSectionMethodNameThis 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 method that defines the section of the context.
Public propertyEndContextMethodNameThis 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 method after the generated context.
Public propertyExecuteMethodNameThis 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 method that will be invoked on the context.
Public propertyLayoutPropertyNameThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the property name for the layout.
Public propertyResolveUrlMethodNameThis 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 method that resolves a Url for the context.
Public propertySupportsInstrumentationThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets a value indicating whether the generated class supports instrumentation.
Public propertyTemplateTypeNameThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the type name for the template.
Public propertyWriteAttributeMethodNameThis 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 method that writes an attribute.
Public propertyWriteAttributeToMethodNameThis 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 method where to write an attribute.
Public propertyWriteLiteralMethodNameThis 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 method where to write literal for the context.
Public propertyWriteLiteralToMethodNameThis 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 method where to write literal for the context.
Public propertyWriteMethodNameThis 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 method that will write on the context.
Public propertyWriteToMethodNameThis 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 method that will write on the context.
Top

  NameDescription
Public methodEqualsThis 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 ValueType::Equals(Object).)
Public methodGetHashCodeThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns the hash code for this current instance. (Overrides ValueType::GetHashCode().)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from ValueType.)
Top

  NameDescription
Public operatorStatic memberEqualityThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the two GeneratedClassContext object are equal.
Public operatorStatic memberInequalityThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the two GeneratedClassContext object are not equal.
Top

  NameDescription
Public fieldStatic memberDefaultThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Defines the default generated context.
Public fieldStatic memberDefaultExecuteMethodNameThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Defines the default name of the execute method.
Public fieldStatic memberDefaultLayoutPropertyNameThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Defines the default name of the layout property.
Public fieldStatic memberDefaultWriteAttributeMethodNameThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Defines the default name of the write attribute method.
Public fieldStatic memberDefaultWriteAttributeToMethodNameThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Defines the default name of the write to attribute to method.
Public fieldStatic memberDefaultWriteLiteralMethodNameThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Specifies the default name of the write literal method.
Public fieldStatic memberDefaultWriteMethodNameThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Specifies the default name of the write method.
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: