Version

AreaItemsCollection Class Members

The following tables list the members exposed by AreaItemsCollection.

Public Constructors
 NameDescription
Public ConstructorAreaItemsCollection ConstructorInitializes a new instance of the AreaItemsCollection class.  
Public Properties
 NameDescription
Public PropertyCancelCollectionChangingGets or sets a value indicating whether change action is canceled by the end user. (Inherited from Infragistics.Olap.SwapCollection<IAreaItemViewModel>)
Public PropertyCountGets the number of elements actually contained in the Collection. (Inherited from System.Collections.ObjectModel.Collection<IAreaItemViewModel>)
Public PropertyInitialValueGets or sets the initial value.  
Public PropertyIsEditableGets or sets a value indicating whether this instance can be assumed as editable.  
Public PropertyItemGets or sets the element at the specified index. (Inherited from System.Collections.ObjectModel.Collection<IAreaItemViewModel>)
Public PropertyUniqueGroupGets or sets the UniqueItemsCollectionsGroup<T> this instance is related to  
Protected Properties
 NameDescription
Protected PropertyItemsGets a IList wrapper around the Collection. (Inherited from System.Collections.ObjectModel.Collection<IAreaItemViewModel>)
Protected PropertySuppressMessagesGets a value indicating whether System.ComponentModel.INotifyPropertyChanged notifications will be suppresed. (Inherited from Infragistics.Olap.SwapCollection<IAreaItemViewModel>)
Public Methods
 NameDescription
Public MethodAddAdds an object to the end of the Collection. (Inherited from System.Collections.ObjectModel.Collection<IAreaItemViewModel>)
Public MethodAddRangeAdds the elements of the specified collection to the end of the SwapCollection<T>. (Inherited from Infragistics.Olap.SwapCollection<IAreaItemViewModel>)
Public MethodClearRemoves all elements from the Collection. (Inherited from System.Collections.ObjectModel.Collection<IAreaItemViewModel>)
Public MethodContainsDetermines whether an element is in the Collection. (Inherited from System.Collections.ObjectModel.Collection<IAreaItemViewModel>)
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<IAreaItemViewModel>)
Public MethodGetEnumeratorReturns an enumerator that iterates through the Collection. (Inherited from System.Collections.ObjectModel.Collection<IAreaItemViewModel>)
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<IAreaItemViewModel>)
Public MethodInsertInserts an element into the Collection at the specified index. (Inherited from System.Collections.ObjectModel.Collection<IAreaItemViewModel>)
Public MethodInsertRangeInserts the elements of a collection into the SwapCollection<T> at the specified index. (Inherited from Infragistics.Olap.SwapCollection<IAreaItemViewModel>)
Public MethodRemoveRemoves the first occurrence of a specific object from the Collection. (Inherited from System.Collections.ObjectModel.Collection<IAreaItemViewModel>)
Public MethodRemoveAtRemoves the element at the specified index of the Collection. (Inherited from System.Collections.ObjectModel.Collection<IAreaItemViewModel>)
Public MethodRemoveRangeRemoves the spcified items from SwapCollection<T>. (Inherited from Infragistics.Olap.SwapCollection<IAreaItemViewModel>)
Public MethodSwapItemsOverloaded.  (Inherited from Infragistics.Olap.SwapCollection<IAreaItemViewModel>)
Protected Methods
 NameDescription
Protected Internal MethodAddRangeInternalAdds an range of items to a SwapCollection<T> object. (Inherited from Infragistics.Olap.SwapCollection<IAreaItemViewModel>)
Protected MethodClearItemsRemoves all elements from the SwapCollection<T>. (Inherited from Infragistics.Olap.SwapCollection<IAreaItemViewModel>)
Protected Internal MethodClearItemsInternalRemoves all elements from the SwapCollection<T>. (Inherited from Infragistics.Olap.SwapCollection<IAreaItemViewModel>)
Protected MethodInsertItemOverridden. Inserts the item at the specified index.  
Protected Internal MethodInsertItemInternalInserts an element into the SwapCollection<T> at the specified index. (Inherited from Infragistics.Olap.SwapCollection<IAreaItemViewModel>)
Protected Internal MethodInsertRangeInternalInserts an range of elements into the SwapCollection<T> at the specified index. (Inherited from Infragistics.Olap.SwapCollection<IAreaItemViewModel>)
Protected MethodOnCollectionChangedRaises the SwapCollection<T>.CollectionChanged event. (Inherited from Infragistics.Olap.SwapCollection<IAreaItemViewModel>)
Protected MethodOnCollectionChangingOverridden. Raises the SwapCollection<T>.CollectionChanging event.  
Protected MethodOnPropertyChangedRaises SwapCollection<T>.PropertyChanged event. Called when one or more of the properties that exist on the element have had their effective values changed. (Inherited from Infragistics.Olap.SwapCollection<IAreaItemViewModel>)
Protected Internal MethodRemoveInternalRemoves the specified item from the collection. (Inherited from Infragistics.Olap.SwapCollection<IAreaItemViewModel>)
Protected MethodRemoveItemOverridden. Removes the item at the specified index.  
Protected Internal MethodRemoveRangeInternalRemoves the range of specified items as notification messages are suppressed. (Inherited from Infragistics.Olap.SwapCollection<IAreaItemViewModel>)
Protected MethodSetItemReplaces the element at the specified index. (Inherited from System.Collections.ObjectModel.Collection<IAreaItemViewModel>)
Protected Internal MethodSwapItemsInternalOverloaded.  (Inherited from Infragistics.Olap.SwapCollection<IAreaItemViewModel>)
Public Events
 NameDescription
Public EventCollectionChangedOccurs when an item in the collection changes, or the entire collection changes. (Inherited from Infragistics.Olap.SwapCollection<IAreaItemViewModel>)
Public EventCollectionChangingOccurs when an item in the collection is going to change, or the entire collection is going to change. (Inherited from Infragistics.Olap.SwapCollection<IAreaItemViewModel>)
Public EventPropertyChangedOccurs when a property value changes. (Inherited from Infragistics.Olap.SwapCollection<IAreaItemViewModel>)
See Also