次の方法で共有


GeneratedClassContext コンストラクター

定義

オーバーロード

GeneratedClassContext(String, String, String)

この型/メンバーは、.NET Framework インフラストラクチャをサポートしており、コードから直接使用することを意図したものではありません。クラスの新しいインスタンスをGeneratedClassContext初期化します。

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

この型/メンバーは、.NET Framework インフラストラクチャをサポートしており、コードから直接使用することを意図したものではありません。クラスの新しいインスタンスをGeneratedClassContext初期化します。

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

この型/メンバーは、.NET Framework インフラストラクチャをサポートしており、コードから直接使用することを意図したものではありません。クラスの新しいインスタンスをGeneratedClassContext初期化します。

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

この型/メンバーは、.NET Framework インフラストラクチャをサポートしており、コードから直接使用することを意図したものではありません。クラスの新しいインスタンスをGeneratedClassContext初期化します。

GeneratedClassContext(String, String, String)

この型/メンバーは、.NET Framework インフラストラクチャをサポートしており、コードから直接使用することを意図したものではありません。クラスの新しいインスタンスをGeneratedClassContext初期化します。

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)

パラメーター

executeMethodName
String

実行メソッド名。

writeMethodName
String

書き込みメソッド名。

writeLiteralMethodName
String

リテラル書き込みメソッド名。

適用対象

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

この型/メンバーは、.NET Framework インフラストラクチャをサポートしており、コードから直接使用することを意図したものではありません。クラスの新しいインスタンスをGeneratedClassContext初期化します。

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)

パラメーター

executeMethodName
String

Execute メソッド名。

writeMethodName
String

書き込みメソッド名。

writeLiteralMethodName
String

リテラル書き込みメソッド名。

writeToMethodName
String

書き込み先メソッド名。

writeLiteralToMethodName
String

リテラル書き込み先メソッド名。

templateTypeName
String

テンプレートの型名。

適用対象

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

この型/メンバーは、.NET Framework インフラストラクチャをサポートしており、コードから直接使用することを意図したものではありません。クラスの新しいインスタンスをGeneratedClassContext初期化します。

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)

パラメーター

executeMethodName
String

Execute メソッド名。

writeMethodName
String

書き込みメソッド名。

writeLiteralMethodName
String

リテラル書き込みメソッド名。

writeToMethodName
String

書き込み先メソッド名。

writeLiteralToMethodName
String

リテラル書き込み先メソッド名。

templateTypeName
String

テンプレートの型名。

defineSectionMethodName
String

セクションの定義メソッド名。

適用対象

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

この型/メンバーは、.NET Framework インフラストラクチャをサポートしており、コードから直接使用することを意図したものではありません。クラスの新しいインスタンスをGeneratedClassContext初期化します。

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)

パラメーター

executeMethodName
String

Execute メソッド名。

writeMethodName
String

書き込みメソッド名。

writeLiteralMethodName
String

リテラル書き込みメソッド名。

writeToMethodName
String

書き込み先メソッド名。

writeLiteralToMethodName
String

リテラル書き込み先メソッド名。

templateTypeName
String

テンプレートの型名。

defineSectionMethodName
String

セクションの定義メソッド名。

beginContextMethodName
String

コンテキストの開始メソッド名。

endContextMethodName
String

コンテキストの終了メソッド名。

適用対象