IAutoFieldGenerator インターフェイス

定義

ASP.NET Dynamic Data 機能を使用するデータ バインド コントロールのフィールドを自動的に生成するメソッドを定義します。

public interface class IAutoFieldGenerator
public interface IAutoFieldGenerator
type IAutoFieldGenerator = interface
Public Interface IAutoFieldGenerator
派生

メソッド

GenerateFields(Control)

テーブルのメタデータ情報に基づいて DynamicField オブジェクトを自動的に生成します。

適用対象