Share via


IAutoFieldGenerator 인터페이스

정의

ASP.NET Dynamic Data 기능을 사용하여 데이터 바인딩된 컨트롤의 필드를 자동으로 생성하는 메서드를 정의합니다.

public interface class IAutoFieldGenerator
public interface IAutoFieldGenerator
type IAutoFieldGenerator = interface
Public Interface IAutoFieldGenerator
파생

메서드

GenerateFields(Control)

테이블의 메타데이터 정보를 기반으로 DynamicField 개체를 자동으로 생성합니다.

적용 대상