Version

GanttSeriesCollection Class Members

The following tables list the members exposed by GanttSeriesCollection.

Public Constructors
 NameDescription
Public ConstructorGanttSeriesCollection Constructor  
Public Properties
 NameDescription
Public PropertyCountGets the number of elements contained in the System.Collections.DictionaryBase instance. (Inherited from System.Collections.DictionaryBase)
Public PropertyHasTimeEntriesDetermines whether or not this GanttSeriesCollection contains one or more items with one or more time entries.  
Public PropertyItemOverloaded. Returns the GanttSeries in the collection with the specified key.  
Public PropertyItemCountTotalGets the total count of items in this series collection.  
Public PropertyMaxDateTimeGets the latest DateTime of all GanttTimeEntries in this collection.  
Public PropertyMinDateTimeGets the earliest DateTime of all GanttTimeEntries in this collection.  
Protected Properties
 NameDescription
Protected PropertyDictionaryGets the list of elements contained in the System.Collections.DictionaryBase instance. (Inherited from System.Collections.DictionaryBase)
Protected PropertyInnerHashtableGets the list of elements contained in the System.Collections.DictionaryBase instance. (Inherited from System.Collections.DictionaryBase)
Public Methods
 NameDescription
Public MethodAddOverloaded. Adds a GanttSeries object to the collection.  
Public MethodClearClears the contents of the System.Collections.DictionaryBase instance. (Inherited from System.Collections.DictionaryBase)
Public MethodCopyToCopies the System.Collections.DictionaryBase elements to a one-dimensional System.Array at the specified index. (Inherited from System.Collections.DictionaryBase)
Public MethodGetEnumeratorGets the enumerator of this GanttSeriesCollection.  
Protected Methods
 NameDescription
Protected MethodOnClearPerforms additional custom processes before clearing the contents of the System.Collections.DictionaryBase instance. (Inherited from System.Collections.DictionaryBase)
Protected MethodOnClearCompletePerforms additional custom processes after clearing the contents of the System.Collections.DictionaryBase instance. (Inherited from System.Collections.DictionaryBase)
Protected MethodOnGetGets the element with the specified key and value in the System.Collections.DictionaryBase instance. (Inherited from System.Collections.DictionaryBase)
Protected MethodOnInsertPerforms additional custom processes before inserting a new element into the System.Collections.DictionaryBase instance. (Inherited from System.Collections.DictionaryBase)
Protected MethodOnInsertCompletePerforms additional custom processes after inserting a new element into the System.Collections.DictionaryBase instance. (Inherited from System.Collections.DictionaryBase)
Protected MethodOnRemovePerforms additional custom processes before removing an element from the System.Collections.DictionaryBase instance. (Inherited from System.Collections.DictionaryBase)
Protected MethodOnRemoveCompletePerforms additional custom processes after removing an element from the System.Collections.DictionaryBase instance. (Inherited from System.Collections.DictionaryBase)
Protected MethodOnSetPerforms additional custom processes before setting a value in the System.Collections.DictionaryBase instance. (Inherited from System.Collections.DictionaryBase)
Protected MethodOnSetCompletePerforms additional custom processes after setting a value in the System.Collections.DictionaryBase instance. (Inherited from System.Collections.DictionaryBase)
Protected MethodOnValidatePerforms additional custom processes when validating the element with the specified key and value. (Inherited from System.Collections.DictionaryBase)
See Also