Version

ProjectTablePropertyMappingCollection Class Members

The following tables list the members exposed by ProjectTablePropertyMappingCollection.

Public Constructors
Public Properties
 NameDescription
Public PropertyCountGets the number of elements actually contained in the Collection. (Inherited from System.Collections.ObjectModel.Collection<ProjectTablePropertyMapping>)
Public PropertyIsUpdating (Inherited from Infragistics.Collections.ObservableCollectionExtended<ProjectTablePropertyMapping>)
Public PropertyItemOverloaded. Gets or sets the element at the specified index. (Inherited from Infragistics.PropertyMappingCollection<ProjectTableProperty,ProjectTablePropertyMapping>)
Public PropertyMetadataPropertyMappings (Inherited from Infragistics.PropertyMappingCollection<ProjectTableProperty,ProjectTablePropertyMapping>)
Public PropertyUseDefaultMappings (Inherited from Infragistics.PropertyMappingCollection<ProjectTableProperty,ProjectTablePropertyMapping>)
Protected Properties
 NameDescription
Protected PropertyItemsGets a IList wrapper around the Collection. (Inherited from System.Collections.ObjectModel.Collection<ProjectTablePropertyMapping>)
Protected PropertyNotifyItemsChanged (Inherited from Infragistics.Collections.ObservableCollectionExtended<ProjectTablePropertyMapping>)
Public Methods
 NameDescription
Public MethodAddOverloaded. Adds mapping for the specified ProjectTable property.  
Public MethodAddRange (Inherited from Infragistics.Collections.ObservableCollectionExtended<ProjectTablePropertyMapping>)
Public MethodBeginUpdate (Inherited from Infragistics.Collections.ObservableCollectionExtended<ProjectTablePropertyMapping>)
Public MethodBinarySearchOverloaded.  (Inherited from Infragistics.Collections.ObservableCollectionExtended<ProjectTablePropertyMapping>)
Public MethodClearRemoves all elements from the Collection. (Inherited from System.Collections.ObjectModel.Collection<ProjectTablePropertyMapping>)
Public MethodContainsDetermines whether an element is in the Collection. (Inherited from System.Collections.ObjectModel.Collection<ProjectTablePropertyMapping>)
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<ProjectTablePropertyMapping>)
Public MethodEndUpdate (Inherited from Infragistics.Collections.ObservableCollectionExtended<ProjectTablePropertyMapping>)
Public MethodGetEnumeratorReturns an enumerator that iterates through the Collection. (Inherited from System.Collections.ObjectModel.Collection<ProjectTablePropertyMapping>)
Public MethodGetItem (Inherited from Infragistics.PropertyMappingCollection<ProjectTableProperty,ProjectTablePropertyMapping>)
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<ProjectTablePropertyMapping>)
Public MethodInsertInserts an element into the Collection at the specified index. (Inherited from System.Collections.ObjectModel.Collection<ProjectTablePropertyMapping>)
Public MethodInsertRange (Inherited from Infragistics.Collections.ObservableCollectionExtended<ProjectTablePropertyMapping>)
Public MethodMove (Inherited from System.Collections.ObjectModel.ObservableCollection<ProjectTablePropertyMapping>)
Public MethodReInitialize (Inherited from Infragistics.Collections.ObservableCollectionExtended<ProjectTablePropertyMapping>)
Public MethodRemoveOverloaded. Removes the first occurrence of a specific object from the Collection. (Inherited from Infragistics.PropertyMappingCollection<ProjectTableProperty,ProjectTablePropertyMapping>)
Public MethodRemoveAtRemoves the element at the specified index of the Collection. (Inherited from System.Collections.ObjectModel.Collection<ProjectTablePropertyMapping>)
Public MethodRemoveRange (Inherited from Infragistics.Collections.ObservableCollectionExtended<ProjectTablePropertyMapping>)
Protected Methods
 NameDescription
Protected MethodBlockReentrancy (Inherited from System.Collections.ObjectModel.ObservableCollection<ProjectTablePropertyMapping>)
Protected MethodCheckReentrancy (Inherited from System.Collections.ObjectModel.ObservableCollection<ProjectTablePropertyMapping>)
Protected MethodClearItems (Inherited from Infragistics.Collections.ObservableCollectionExtended<ProjectTablePropertyMapping>)
Protected MethodCreateNew (Inherited from Infragistics.PropertyMappingCollection<ProjectTableProperty,ProjectTablePropertyMapping>)
Protected MethodInsertItem (Inherited from Infragistics.Collections.ObservableCollectionExtended<ProjectTablePropertyMapping>)
Protected MethodMoveItem (Inherited from Infragistics.Collections.ObservableCollectionExtended<ProjectTablePropertyMapping>)
Protected MethodOnBeginUpdate (Inherited from Infragistics.Collections.ObservableCollectionExtended<ProjectTablePropertyMapping>)
Protected MethodOnCollectionChanged (Inherited from Infragistics.Collections.ObservableCollectionExtended<ProjectTablePropertyMapping>)
Protected MethodOnEndUpdate (Inherited from Infragistics.Collections.ObservableCollectionExtended<ProjectTablePropertyMapping>)
Protected MethodOnItemAdded (Inherited from Infragistics.Collections.ObservableCollectionExtended<ProjectTablePropertyMapping>)
Protected MethodOnItemAdding (Inherited from Infragistics.Collections.ObservableCollectionExtended<ProjectTablePropertyMapping>)
Protected MethodOnItemPropertyChanged (Inherited from Infragistics.Collections.ObservableCollectionExtended<ProjectTablePropertyMapping>)
Protected MethodOnItemRemoved (Inherited from Infragistics.Collections.ObservableCollectionExtended<ProjectTablePropertyMapping>)
Protected MethodOnItemRemoving (Inherited from Infragistics.Collections.ObservableCollectionExtended<ProjectTablePropertyMapping>)
Protected MethodOnPropertyChanged (Inherited from Infragistics.Collections.ObservableCollectionExtended<ProjectTablePropertyMapping>)
Protected MethodRaisePropertyChangedEvent (Inherited from Infragistics.PropertyMappingCollection<ProjectTableProperty,ProjectTablePropertyMapping>)
Protected MethodRemoveItem (Inherited from Infragistics.Collections.ObservableCollectionExtended<ProjectTablePropertyMapping>)
Protected MethodSetItem (Inherited from Infragistics.Collections.ObservableCollectionExtended<ProjectTablePropertyMapping>)
Public Events
 NameDescription
Public EventCollectionChanged (Inherited from System.Collections.ObjectModel.ObservableCollection<ProjectTablePropertyMapping>)
Public EventItemPropertyChanged (Inherited from Infragistics.Collections.ObservableCollectionExtended<ProjectTablePropertyMapping>)
See Also