GeneratedClassContext Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GeneratedClassContext(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. |
GeneratedClassContext(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. |
GeneratedClassContext(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. |
GeneratedClassContext(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. |
GeneratedClassContext(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 GeneratedClassContext(string executeMethodName, string writeMethodName, string writeLiteralMethodName);
new System.Web.Razor.Generator.GeneratedClassContext : string * string * string -> System.Web.Razor.Generator.GeneratedClassContext
Public Sub New (executeMethodName As String, writeMethodName As String, writeLiteralMethodName As String)
Parameters
- executeMethodName
- String
The execute method name.
- writeMethodName
- String
The write method name.
- writeLiteralMethodName
- String
Write literal method name.
Applies to
GeneratedClassContext(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 GeneratedClassContext(string executeMethodName, string writeMethodName, string writeLiteralMethodName, string writeToMethodName, string writeLiteralToMethodName, string templateTypeName);
new System.Web.Razor.Generator.GeneratedClassContext : string * string * string * string * string * string -> System.Web.Razor.Generator.GeneratedClassContext
Public Sub New (executeMethodName As String, writeMethodName As String, writeLiteralMethodName As String, writeToMethodName As String, writeLiteralToMethodName As String, templateTypeName As String)
Parameters
- executeMethodName
- String
Execute method name.
- writeMethodName
- String
Write method name.
- writeLiteralMethodName
- String
Write literal method name.
- writeToMethodName
- String
Write to method name.
- writeLiteralToMethodName
- String
Write literal to method name.
- templateTypeName
- String
Template type name.
Applies to
GeneratedClassContext(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 GeneratedClassContext(string executeMethodName, string writeMethodName, string writeLiteralMethodName, string writeToMethodName, string writeLiteralToMethodName, string templateTypeName, string defineSectionMethodName);
new System.Web.Razor.Generator.GeneratedClassContext : string * string * string * string * string * string * string -> System.Web.Razor.Generator.GeneratedClassContext
Public Sub New (executeMethodName As String, writeMethodName As String, writeLiteralMethodName As String, writeToMethodName As String, writeLiteralToMethodName As String, templateTypeName As String, defineSectionMethodName As String)
Parameters
- executeMethodName
- String
Execute method name.
- writeMethodName
- String
Write method name.
- writeLiteralMethodName
- String
Write literal method name.
- writeToMethodName
- String
Write to method name.
- writeLiteralToMethodName
- String
Write literal to method name.
- templateTypeName
- String
Template type name.
- defineSectionMethodName
- String
Define section method name.
Applies to
GeneratedClassContext(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.
public GeneratedClassContext(string executeMethodName, string writeMethodName, string writeLiteralMethodName, string writeToMethodName, string writeLiteralToMethodName, string templateTypeName, string defineSectionMethodName, string beginContextMethodName, string endContextMethodName);
new System.Web.Razor.Generator.GeneratedClassContext : string * string * string * string * string * string * string * string * string -> System.Web.Razor.Generator.GeneratedClassContext
Public Sub New (executeMethodName As String, writeMethodName As String, writeLiteralMethodName As String, writeToMethodName As String, writeLiteralToMethodName As String, templateTypeName As String, defineSectionMethodName As String, beginContextMethodName As String, endContextMethodName As String)
Parameters
- executeMethodName
- String
Execute method name.
- writeMethodName
- String
Write method name.
- writeLiteralMethodName
- String
Write literal method name.
- writeToMethodName
- String
Write to method name.
- writeLiteralToMethodName
- String
Write literal to method name.
- templateTypeName
- String
Template type name.
- defineSectionMethodName
- String
Define section method name.
- beginContextMethodName
- String
Begin context method name.
- endContextMethodName
- String
End context method name.