dotnetCHARTING Send comments on this topic.
GroupCollection Class Members
See Also  Properties  Methods 
dotnetCHARTING.Mapping Namespace : GroupCollection Class


The following tables list the members exposed by GroupCollection.

Public Constructors

  Name Description
Public Constructor GroupCollection Constructor Creates a new instance of GropuCollection with the specified list of Group objects.  
Top

Public Properties

  Name Description
Public Property Capacity (Inherited from System.Collections.CollectionBase)
Public Property Count (Inherited from System.Collections.CollectionBase)
Public Property Item Overloaded. Gets or sets the object with the specified name.  
Top

Public Methods

  Name Description
Public Method Add Overloaded. Adds a specified GroupCollection to this collection.  
Public Method Clear (Inherited from System.Collections.CollectionBase)
Public Method Contains Overloaded. Determines whether this collection contains a Group with the specified name.  
Public Method GetEnumerator (Inherited from System.Collections.CollectionBase)
Public Method IndexOf Determines index of a specified Group in this collection.  
Public Method Insert Inserts a Group into this collection at a specified index.  
Public Method Remove Overloaded. Removes a specified Group from this collection.  
Public Method RemoveAt (Inherited from System.Collections.CollectionBase)
Top

See Also