GeneratedClassContext Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
GeneratedClassContext(String, String, String) |
Tento typ/člen podporuje infrastrukturu rozhraní .NET Framework a není určen k použití přímo z vašeho kódu. Inicializuje novou instanci GeneratedClassContext třídy. |
GeneratedClassContext(String, String, String, String, String, String) |
Tento typ/člen podporuje infrastrukturu rozhraní .NET Framework a není určen k použití přímo z vašeho kódu. Inicializuje novou instanci GeneratedClassContext třídy. |
GeneratedClassContext(String, String, String, String, String, String, String) |
Tento typ/člen podporuje infrastrukturu rozhraní .NET Framework a není určen k použití přímo z vašeho kódu. Inicializuje novou instanci GeneratedClassContext třídy. |
GeneratedClassContext(String, String, String, String, String, String, String, String, String) |
Tento typ/člen podporuje infrastrukturu rozhraní .NET Framework a není určen k použití přímo z vašeho kódu. Inicializuje novou instanci GeneratedClassContext třídy. |
GeneratedClassContext(String, String, String)
Tento typ/člen podporuje infrastrukturu rozhraní .NET Framework a není určen k použití přímo z vašeho kódu. Inicializuje novou instanci GeneratedClassContext třídy.
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)
Parametry
- executeMethodName
- String
Název metody execute.
- writeMethodName
- String
Název metody zápisu.
- writeLiteralMethodName
- String
Zapište název metody literálu.
Platí pro
GeneratedClassContext(String, String, String, String, String, String)
Tento typ/člen podporuje infrastrukturu rozhraní .NET Framework a není určen k použití přímo z vašeho kódu. Inicializuje novou instanci GeneratedClassContext třídy.
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)
Parametry
- executeMethodName
- String
Spusťte název metody.
- writeMethodName
- String
Zadejte název metody.
- writeLiteralMethodName
- String
Zapište název metody literálu.
- writeToMethodName
- String
Zapište do názvu metody.
- writeLiteralToMethodName
- String
Do názvu metody zapište literál.
- templateTypeName
- String
Název typu šablony.
Platí pro
GeneratedClassContext(String, String, String, String, String, String, String)
Tento typ/člen podporuje infrastrukturu rozhraní .NET Framework a není určen k použití přímo z vašeho kódu. Inicializuje novou instanci GeneratedClassContext třídy.
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)
Parametry
- executeMethodName
- String
Spusťte název metody.
- writeMethodName
- String
Zadejte název metody.
- writeLiteralMethodName
- String
Zapište název metody literálu.
- writeToMethodName
- String
Zapište do názvu metody.
- writeLiteralToMethodName
- String
Do názvu metody zapište literál.
- templateTypeName
- String
Název typu šablony.
- defineSectionMethodName
- String
Definujte název metody oddílu.
Platí pro
GeneratedClassContext(String, String, String, String, String, String, String, String, String)
Tento typ/člen podporuje infrastrukturu rozhraní .NET Framework a není určen k použití přímo z vašeho kódu. Inicializuje novou instanci GeneratedClassContext třídy.
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)
Parametry
- executeMethodName
- String
Spusťte název metody.
- writeMethodName
- String
Zadejte název metody.
- writeLiteralMethodName
- String
Zapište název metody literálu.
- writeToMethodName
- String
Zapište do názvu metody.
- writeLiteralToMethodName
- String
Do názvu metody zapište literál.
- templateTypeName
- String
Název typu šablony.
- defineSectionMethodName
- String
Definujte název metody oddílu.
- beginContextMethodName
- String
Začněte název metody kontextu.
- endContextMethodName
- String
Ukončit název metody kontextu.