DekGenius.com
[ Team LiB ] Previous Section Next Section

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

    [ Team LiB ] Previous Section Next Section