Dundas.SharePoint.Charting.WebParts Send comments on this topic.
CommandCollection Class Members
See Also  Fields  Properties  Methods 
Dundas.Charting.WebControl Namespace : CommandCollection Class


The following tables list the members exposed by CommandCollection.

Protected Fields

  Name Description
Protected Field disposed Determines if this object is disposed; (Inherited from CommandElementCollection)
Protected Field initialized Initialized flag (Inherited from CommandElementCollection)
Top

Public Properties

  Name Description
Public Property Capacity Gets or sets the number of elements that the CollectionBase can contain. (Inherited from System.Collections.CollectionBase)
Public Property Count Gets the number of elements contained in the CollectionBase instance. (Inherited from System.Collections.CollectionBase)
Public Property Item Gets or sets the Command at the specified index within the collection.  
Top

Protected Properties

  Name Description
Protected Property InnerList Gets an ArrayList containing the list of elements in the CollectionBase instance. (Inherited from System.Collections.CollectionBase)
Protected Property List Gets an IList containing the list of elements in the CollectionBase instance. (Inherited from System.Collections.CollectionBase)
Top

Public Methods

  Name Description
Public Method Add Adds the specified Command object to the CommandCollection.  
Public Method Clear Removes all objects from the CollectionBase instance. (Inherited from System.Collections.CollectionBase)
Public Method Contains Determines whether the specified Command is in the CommandCollection.  
Public Method Dispose Overloaded.  Disposes of the current object. (Inherited from CommandElementCollection)
Public Method FindCommand Overloaded.  Searches by ChartCommandType for the Command and its sub-commands.  
Public Method GetEnumerator Returns an enumerator that iterates through the CollectionBase instance. (Inherited from System.Collections.CollectionBase)
Public Method IndexOf Returns the zero-based index of the first occurrence of a Command in the CommandCollection.  
Public Method Insert Inserts a Command into the CommandCollection.  
Public Method Remove Removes a Command from the CommandCollection.  
Public Method RemoveAt Removes the element at the specified index of the CollectionBase instance. (Inherited from System.Collections.CollectionBase)
Public Method UpdateUI Invalidates all visual controls connected with Command elements in the CommandCollection.  
Top

Protected Methods

  Name Description
Protected Method Invalidate Performs invalidating of chartUI core. (Inherited from CommandElementCollection)
Protected Method OnClear Before clear implementation of CollectionBase class (Inherited from CommandElementCollection)
Protected Method OnClearComplete Performs additional custom processes after clearing the contents of the CollectionBase instance. (Inherited from System.Collections.CollectionBase)
Protected Method OnDispose This method can be overrided from succesors in order to dispose their internal fields. (Inherited from CommandElementCollection)
Protected Method OnInsert Performs additional custom processes before inserting a new element into the CollectionBase instance. (Inherited from System.Collections.CollectionBase)
Protected Method OnInsertComplete After insert implementation of CollectionBase class (Inherited from CommandElementCollection)
Protected Method OnRemove Performs additional custom processes when removing an element from the CollectionBase instance. (Inherited from System.Collections.CollectionBase)
Protected Method OnRemoveComplete Overridden.  Called by CollectionBase after any collection element is removed.  
Protected Method OnSet Before set ( replace ) implementation of CollectionBase class (Inherited from CommandElementCollection)
Protected Method OnSetComplete After set ( replace ) implementation of CollectionBase class (Inherited from CommandElementCollection)
Protected Method OnValidate Performs additional custom processes when validating a value. (Inherited from System.Collections.CollectionBase)
Top

See Also