Share via


IObjectListFieldCollection Interface

Implements a read-only base interface for the ObjectListFieldCollection class.

public interface System.Web.UI.MobileControls.IObjectListFieldCollection : System.Collection.ICollection

Remarks

Both the ObjectListFieldCollection and the IObjectListFieldCollection interfaces implement the ICollection interface; so all properties and methods of that interface are implied here.

You can use this type of interface for read-only field collections. For example, the application can retrieve the control's AllFields property, which is a combined collection of explicitly defined and automatically generated fields for the control. However, the application cannot add or remove fields in this collection.

Requirements

Namespace: System.Web.UI.MobileControls

Assembly: System.Web.Mobile

See Also

ObjectListFieldCollection Class