Dundas Gauge for ASP.NET Send comments on this topic
NamedCollection Class
See Also  Members  
Dundas.Gauges.WebControl Namespace : NamedCollection Class


Base class for most Dundas Gauge collections.

Object Model

Syntax

Visual Basic (Declaration) 
<ListBindableAttribute(False)>
Public Class NamedCollection 
   Inherits CollectionBase
Visual Basic (Usage)Copy Code
Dim instance As NamedCollection
C# 
[ListBindableAttribute(false)]
public class NamedCollection : CollectionBase 

Remarks

This is the base class for almost all collections in Dundas Gauge, such as Values, Gauges, Pointers, Scales, Ranges, etc.

The collection stores the base class, NamedElement which is also the base class of Dundas Gauge.

The main purpose of this class is to control names and elements for duplication.

Inheritance Hierarchy

Requirements

Namespace: Dundas.Gauges.WebControl

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Assembly: DundasWebGauge (in DundasWebGauge.dll)

See Also