Version 24.2 (latest)

ProjectResourcePropertyMappingCollection Class Methods

For a list of all members of this type, see ProjectResourcePropertyMappingCollection members.

Public Methods
 NameDescription
Public MethodAddOverloaded. Adds mapping for the specified ProjectResource property.  
Public MethodAddRange (Inherited from Infragistics.Collections.ObservableCollectionExtended<ProjectResourcePropertyMapping>)
Public MethodBeginUpdate (Inherited from Infragistics.Collections.ObservableCollectionExtended<ProjectResourcePropertyMapping>)
Public MethodBinarySearchOverloaded.  (Inherited from Infragistics.Collections.ObservableCollectionExtended<ProjectResourcePropertyMapping>)
Public MethodClearRemoves all elements from the Collection. (Inherited from System.Collections.ObjectModel.Collection<ProjectResourcePropertyMapping>)
Public MethodContainsDetermines whether an element is in the Collection. (Inherited from System.Collections.ObjectModel.Collection<ProjectResourcePropertyMapping>)
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<ProjectResourcePropertyMapping>)
Public MethodEndUpdate (Inherited from Infragistics.Collections.ObservableCollectionExtended<ProjectResourcePropertyMapping>)
Public MethodGetEnumeratorReturns an enumerator that iterates through the Collection. (Inherited from System.Collections.ObjectModel.Collection<ProjectResourcePropertyMapping>)
Public MethodGetItem (Inherited from Infragistics.PropertyMappingCollection<ProjectResourceProperty,ProjectResourcePropertyMapping>)
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<ProjectResourcePropertyMapping>)
Public MethodInsertInserts an element into the Collection at the specified index. (Inherited from System.Collections.ObjectModel.Collection<ProjectResourcePropertyMapping>)
Public MethodInsertRange (Inherited from Infragistics.Collections.ObservableCollectionExtended<ProjectResourcePropertyMapping>)
Public MethodMove (Inherited from System.Collections.ObjectModel.ObservableCollection<ProjectResourcePropertyMapping>)
Public MethodReInitialize (Inherited from Infragistics.Collections.ObservableCollectionExtended<ProjectResourcePropertyMapping>)
Public MethodRemoveOverloaded. Removes the first occurrence of a specific object from the Collection. (Inherited from Infragistics.PropertyMappingCollection<ProjectResourceProperty,ProjectResourcePropertyMapping>)
Public MethodRemoveAtRemoves the element at the specified index of the Collection. (Inherited from System.Collections.ObjectModel.Collection<ProjectResourcePropertyMapping>)
Public MethodRemoveRange (Inherited from Infragistics.Collections.ObservableCollectionExtended<ProjectResourcePropertyMapping>)
Protected Methods
 NameDescription
Protected MethodBlockReentrancy (Inherited from System.Collections.ObjectModel.ObservableCollection<ProjectResourcePropertyMapping>)
Protected MethodCheckReentrancy (Inherited from System.Collections.ObjectModel.ObservableCollection<ProjectResourcePropertyMapping>)
Protected MethodClearItems (Inherited from Infragistics.Collections.ObservableCollectionExtended<ProjectResourcePropertyMapping>)
Protected MethodCreateNew (Inherited from Infragistics.PropertyMappingCollection<ProjectResourceProperty,ProjectResourcePropertyMapping>)
Protected MethodInsertItem (Inherited from Infragistics.Collections.ObservableCollectionExtended<ProjectResourcePropertyMapping>)
Protected MethodMoveItem (Inherited from Infragistics.Collections.ObservableCollectionExtended<ProjectResourcePropertyMapping>)
Protected MethodOnBeginUpdate (Inherited from Infragistics.Collections.ObservableCollectionExtended<ProjectResourcePropertyMapping>)
Protected MethodOnCollectionChanged (Inherited from Infragistics.Collections.ObservableCollectionExtended<ProjectResourcePropertyMapping>)
Protected MethodOnEndUpdate (Inherited from Infragistics.Collections.ObservableCollectionExtended<ProjectResourcePropertyMapping>)
Protected MethodOnItemAdded (Inherited from Infragistics.Collections.ObservableCollectionExtended<ProjectResourcePropertyMapping>)
Protected MethodOnItemAdding (Inherited from Infragistics.Collections.ObservableCollectionExtended<ProjectResourcePropertyMapping>)
Protected MethodOnItemPropertyChanged (Inherited from Infragistics.Collections.ObservableCollectionExtended<ProjectResourcePropertyMapping>)
Protected MethodOnItemRemoved (Inherited from Infragistics.Collections.ObservableCollectionExtended<ProjectResourcePropertyMapping>)
Protected MethodOnItemRemoving (Inherited from Infragistics.Collections.ObservableCollectionExtended<ProjectResourcePropertyMapping>)
Protected MethodOnPropertyChanged (Inherited from Infragistics.Collections.ObservableCollectionExtended<ProjectResourcePropertyMapping>)
Protected MethodRaisePropertyChangedEvent (Inherited from Infragistics.PropertyMappingCollection<ProjectResourceProperty,ProjectResourcePropertyMapping>)
Protected MethodRemoveItem (Inherited from Infragistics.Collections.ObservableCollectionExtended<ProjectResourcePropertyMapping>)
Protected MethodSetItem (Inherited from Infragistics.Collections.ObservableCollectionExtended<ProjectResourcePropertyMapping>)
See Also