Collection of individual DataBindingItems. Implemented explicitly as a CollectionBase class rather than using List#WebDataBindingItems# so that Add can be overridden

Namespace:  Mindscape.LightSpeed.Web.WebForms
Assembly:  Mindscape.LightSpeed.Web (in Mindscape.LightSpeed.Web.dll)
Version: 4.0.1000.1 (4.0.0.0)

Syntax

C#
public class EntityDataBindingItemCollection : CollectionBase
Visual Basic (Declaration)
Public Class EntityDataBindingItemCollection _
	Inherits CollectionBase

Inheritance Hierarchy

System..::.Object
  System.Collections..::.CollectionBase
    Mindscape.LightSpeed.Web.WebForms..::.EntityDataBindingItemCollection

See Also