ASP.NET.in.a.Nutshell.Second.Edition [Electronic resources]

G. andrew Duthie; matthew Macdonald

نسخه متنی -صفحه : 873/ 622
نمايش فراداده

ObjectListControlBuilder.NET 1.1

System.Web.UI.MobileControls (system.web.mobile.dll)class

The FormControlBuilder class is used internally by ASP.NET. It is created by the page parser when it encounters a <mobile:ObjectList> tag, and used to process the contained <Field> and <Command> elements that define list items.

public class 

ObjectListControlBuilder : MobileControlBuilder { // Public Constructors public

ObjectListControlBuilder ( ); // Public Instance Methods public override Type

GetChildControlType (string

tagName , System.Collections.IDictionary

attributes ); // overrides MobileControlBuilder }

Hierarchy

System.Object System.Web.UI.ControlBuilder MobileControlBuilder ObjectListControlBuilder