IObjectListFieldCollection

IObjectListFieldCollection.NET 1.1

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

This interface defines the basic members for the ObjectListFieldCollection. It extends the System.Collections.ICollection interface with the ability to retrieve all fields (both explicitly defined fields and automatically generated fields).

public interface IObjectListFieldCollection : ICollection, IEnumerable { // Public Instance Properties    public ObjectListField this[int index]{get; } // Public Instance Methods    public ObjectListField[ ] GetAll( );    public int IndexOf(ObjectListField field);    public int IndexOf(string fieldIDOrTitle); }

Implemented By

ObjectListFieldCollection

Returned By

ObjectList.AllFields



ASP. NET in a Nutshell
ASP.NET in a Nutshell, Second Edition
ISBN: 0596005202
EAN: 2147483647
Year: 2003
Pages: 873

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net