Udostępnij za pośrednictwem


GeneratedClassContext Konstruktory

Definicja

Przeciążenia

GeneratedClassContext(String, String, String)

Ten typ/element członkowski obsługuje infrastrukturę .NET Framework i nie jest przeznaczony do użycia bezpośrednio z kodu. Inicjuje GeneratedClassContext nowe wystąpienie klasy .

GeneratedClassContext(String, String, String, String, String, String)

Ten typ/element członkowski obsługuje infrastrukturę .NET Framework i nie jest przeznaczony do użycia bezpośrednio z kodu. Inicjuje GeneratedClassContext nowe wystąpienie klasy .

GeneratedClassContext(String, String, String, String, String, String, String)

Ten typ/element członkowski obsługuje infrastrukturę .NET Framework i nie jest przeznaczony do użycia bezpośrednio z kodu. Inicjuje GeneratedClassContext nowe wystąpienie klasy .

GeneratedClassContext(String, String, String, String, String, String, String, String, String)

Ten typ/element członkowski obsługuje infrastrukturę .NET Framework i nie jest przeznaczony do użycia bezpośrednio z kodu. Inicjuje GeneratedClassContext nowe wystąpienie klasy .

GeneratedClassContext(String, String, String)

Ten typ/element członkowski obsługuje infrastrukturę .NET Framework i nie jest przeznaczony do użycia bezpośrednio z kodu. Inicjuje GeneratedClassContext nowe wystąpienie klasy .

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

Nazwa metody execute.

writeMethodName
String

Nazwa metody write.

writeLiteralMethodName
String

Napisz nazwę metody literału.

Dotyczy

GeneratedClassContext(String, String, String, String, String, String)

Ten typ/element członkowski obsługuje infrastrukturę .NET Framework i nie jest przeznaczony do użycia bezpośrednio z kodu. Inicjuje GeneratedClassContext nowe wystąpienie klasy .

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

Wykonaj nazwę metody.

writeMethodName
String

Napisz nazwę metody.

writeLiteralMethodName
String

Napisz nazwę metody literału.

writeToMethodName
String

Zapisz w nazwie metody.

writeLiteralToMethodName
String

Zapisz literał w nazwie metody.

templateTypeName
String

Nazwa typu szablonu.

Dotyczy

GeneratedClassContext(String, String, String, String, String, String, String)

Ten typ/element członkowski obsługuje infrastrukturę .NET Framework i nie jest przeznaczony do użycia bezpośrednio z kodu. Inicjuje GeneratedClassContext nowe wystąpienie klasy .

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

Wykonaj nazwę metody.

writeMethodName
String

Napisz nazwę metody.

writeLiteralMethodName
String

Napisz nazwę metody literału.

writeToMethodName
String

Zapisz w nazwie metody.

writeLiteralToMethodName
String

Zapisz literał w nazwie metody.

templateTypeName
String

Nazwa typu szablonu.

defineSectionMethodName
String

Zdefiniuj nazwę metody sekcji.

Dotyczy

GeneratedClassContext(String, String, String, String, String, String, String, String, String)

Ten typ/element członkowski obsługuje infrastrukturę .NET Framework i nie jest przeznaczony do użycia bezpośrednio z kodu. Inicjuje GeneratedClassContext nowe wystąpienie klasy .

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

Wykonaj nazwę metody.

writeMethodName
String

Napisz nazwę metody.

writeLiteralMethodName
String

Napisz nazwę metody literału.

writeToMethodName
String

Zapisz w nazwie metody.

writeLiteralToMethodName
String

Zapisz literał w nazwie metody.

templateTypeName
String

Nazwa typu szablonu.

defineSectionMethodName
String

Zdefiniuj nazwę metody sekcji.

beginContextMethodName
String

Rozpocznij nazwę metody kontekstu.

endContextMethodName
String

Nazwa metody kontekstu końcowego.

Dotyczy