Version

SummaryDefinitionCollection Class Members

The following tables list the members exposed by SummaryDefinitionCollection.

Public Properties
 NameDescription
Public PropertyCountGets the number of elements actually contained in the Collection. (Inherited from System.Collections.ObjectModel.Collection<SummaryDefinition>)
Public PropertyFieldLayoutGets the associated FieldLayout that this collection belongs to.  
Public PropertyItemGets the summary with the specified key.  
Protected Properties
 NameDescription
Protected PropertyItemsGets a IList wrapper around the Collection. (Inherited from System.Collections.ObjectModel.Collection<SummaryDefinition>)
Public Methods
 NameDescription
Public MethodAddOverloaded. Adds a new summary.  
Public MethodClearRemoves all elements from the Collection. (Inherited from System.Collections.ObjectModel.Collection<SummaryDefinition>)
Public MethodContainsDetermines whether an element is in the Collection. (Inherited from System.Collections.ObjectModel.Collection<SummaryDefinition>)
Public MethodCopyToCopies the entire Collection to a compatible one-dimensional System.Array, starting at the specified index of the target array. (Inherited from System.Collections.ObjectModel.Collection<SummaryDefinition>)
Public MethodExistsReturns true if a summary with the specified key exists in the collection.  
Public MethodGetEnumeratorReturns an enumerator that iterates through the Collection. (Inherited from System.Collections.ObjectModel.Collection<SummaryDefinition>)
Public MethodIndexOfSearches for the specified object and returns the zero-based index of the first occurrence within the entire Collection. (Inherited from System.Collections.ObjectModel.Collection<SummaryDefinition>)
Public MethodInsertInserts an element into the Collection at the specified index. (Inherited from System.Collections.ObjectModel.Collection<SummaryDefinition>)
Public MethodMove (Inherited from System.Collections.ObjectModel.ObservableCollection<SummaryDefinition>)
Public MethodRefreshRecalculates summaries.  
Public MethodRemoveRemoves the first occurrence of a specific object from the Collection. (Inherited from System.Collections.ObjectModel.Collection<SummaryDefinition>)
Public MethodRemoveAtRemoves the element at the specified index of the Collection. (Inherited from System.Collections.ObjectModel.Collection<SummaryDefinition>)
Protected Methods
 NameDescription
Protected MethodBlockReentrancy (Inherited from System.Collections.ObjectModel.ObservableCollection<SummaryDefinition>)
Protected MethodCheckReentrancy (Inherited from System.Collections.ObjectModel.ObservableCollection<SummaryDefinition>)
Protected MethodClearItemsOverridden. Removes all items from the collection.  
Protected MethodInsertItemOverridden. Inserts the specified SummaryDefinition to in the collection.  
Protected MethodMoveItem (Inherited from System.Collections.ObjectModel.ObservableCollection<SummaryDefinition>)
Protected MethodOnCollectionChangedOverridden. Overridden. Called when the collection changes.  
Protected MethodOnPropertyChanged (Inherited from System.Collections.ObjectModel.ObservableCollection<SummaryDefinition>)
Protected MethodRemoveItemOverridden. Removes the item at the specified index in the collection.  
Protected MethodSetItem (Inherited from System.Collections.ObjectModel.ObservableCollection<SummaryDefinition>)
Public Events
See Also