Partager via


Membres PerspectiveHierarchyCollection

Contains a collection of PerspectiveHierarchy objects. This class cannot be inherited.

Le type PerspectiveHierarchyCollection expose les membres suivants.

Méthodes

  Nom Description
Méthode publique Add(String) Creates and adds a PerspectiveHierarchy, with the specified identifier, to the end of the collection.
Méthode protégée Add(ModelComponent) Infrastructure. (Hérité de ModelComponentCollection.)
Méthode publique Add(PerspectiveHierarchy) Adds a PerspectiveHierarchy to the end of the collection.
Méthode protégée Add(String, IModelComponent) (Hérité de ModelComponentCollection.)
Méthode protégée Add(ModelComponent, Boolean) Infrastructure. (Hérité de ModelComponentCollection.)
Méthode protégée Add(String, IModelComponent, Boolean) (Hérité de ModelComponentCollection.)
Méthode protégée AddNew(String, Type) Infrastructure. (Hérité de ModelComponentCollection.)
Méthode protégée AddNew(String, String, Type) Infrastructure. (Hérité de ModelComponentCollection.)
Méthode publique CanAdd Infrastructure. (Hérité de ModelComponentCollection.)
Méthode protégée ChangeKey Infrastructure. (Hérité de ModelComponentCollection.)
Méthode publique Clear Removes all elements from the ModelComponentCollection. (Hérité de ModelComponentCollection.)
Méthode publique Contains(String) Indicates whether the collection contains a PerspectiveHierarchy that has the specified identifier.
Méthode protégée Contains(IModelComponent) (Hérité de ModelComponentCollection.)
Méthode publique Contains(PerspectiveHierarchy) Indicates whether the collection contains a specified PerspectiveHierarchy.
Méthode publique CopyTo Copies the entire ModelComponentCollection to a one-dimensional Array, starting at the specified index of the target array. (Hérité de ModelComponentCollection.)
Méthode protégée EnsureLoaded Infrastructure. (Hérité de ModelComponentCollection.)
Méthode publique Equals (Hérité de Object.)
Méthode protégée Finalize (Hérité de Object.)
Méthode publique Find Gets the PerspectiveHierarchy that has the specified identifier from the collection.
Méthode publique GetEnumerator Returns an enumerator that can iterate through the ModelComponentCollection. (Hérité de ModelComponentCollection.)
Méthode publique GetHashCode (Hérité de Object.)
Méthode protégée GetItem Gets a reference to the specified component. (Hérité de ModelComponentCollection.)
Méthode publique GetType (Hérité de Object.)
Méthode publique IndexOf(String) Gets the index of a PerspectiveHierarchy that has the specified identifier.
Méthode protégée IndexOf(IModelComponent) (Hérité de ModelComponentCollection.)
Méthode publique IndexOf(PerspectiveHierarchy) Gets the index of a specified PerspectiveHierarchy.
Méthode protégée Insert(Int32, ModelComponent) Infrastructure. (Hérité de ModelComponentCollection.)
Méthode publique Insert(Int32, PerspectiveHierarchy) Inserts a PerspectiveHierarchy into the collection at the specified index.
Méthode publique Insert(Int32, String) Creates and inserts a PerspectiveHierarchy, with the specified identifier, into the collection at the specified index.
Méthode protégée Insert(IModelComponent, String, Int32) (Hérité de ModelComponentCollection.)
Méthode protégée Insert(IModelComponent, String, Int32, Boolean) (Hérité de ModelComponentCollection.)
Méthode protégée MemberwiseClone (Hérité de Object.)
Méthode publique Move(Int32, Int32) Moves a PerspectiveHierarchy at the current specified index to a new specified index in the collection.
Méthode publique Move(String, Int32) Moves the PerspectiveHierarchy that has the specified identifier to the specified index in the collection.
Méthode publique Move(PerspectiveHierarchy, Int32) Moves a PerspectiveHierarchy to a new index in the collection.
Méthode publique Remove(String) Removes the PerspectiveHierarchy that has the specified identifier from the collection.
Méthode protégée Remove (Hérité de ModelComponentCollection.)
Méthode publique Remove(PerspectiveHierarchy) Removes the specified PerspectiveHierarchy from the collection.
Méthode publique Remove(String, Boolean) Infrastructure.
Méthode publique Remove(PerspectiveHierarchy, Boolean) Infrastructure.
Méthode publique RemoveAt(Int32) Removes the IModelComponent at the specified index from the ModelComponentCollection. (Hérité de ModelComponentCollection.)
Méthode publique RemoveAt(Int32, Boolean) Infrastructure. (Hérité de ModelComponentCollection.)
Méthode publique ToString (Hérité de Object.)

Haut de la page

Propriétés

  Nom Description
Propriété publique Count Gets the number of ModelComponent objects in the ModelComponentCollection. (Hérité de ModelComponentCollection.)
Propriété protégée DemandLoadingService Infrastructure. (Hérité de ModelComponentCollection.)
Propriété publique IsFixedSize Gets a value indicating whether the ModelComponentCollection has a fixed size. (Hérité de ModelComponentCollection.)
Propriété publique IsReadOnly Gets a value indicating whether the ModelComponentCollection is read-only. (Hérité de ModelComponentCollection.)
Propriété publique IsSynchronized Gets a value indicating whether access to the ModelComponentCollection is synchronized (thread-safe). (Hérité de ModelComponentCollection.)
Propriété publique Item[ ( [ ( Int32] ) ] ) Gets the PerspectiveHierarchy at the specified index from the collection.
Propriété publique Item[ ( [ ( String] ) ] ) Gets the PerspectiveHierarchy that has the specified identifier from the collection.
Propriété protégée ItemsType Gets the Type of objects that can be contained by the ModelComponentCollection. (Hérité de ModelComponentCollection.)
Propriété publique Parent Gets the IModelComponent that contains the ModelComponentCollection. (Hérité de ModelComponentCollection.)
Propriété protégée Preloadable Infrastructure. (Hérité de ModelComponentCollection.)
Propriété publique SyncRoot Gets an object that can be used to synchronize access to the ModelComponentCollection. (Hérité de ModelComponentCollection.)

Haut de la page

Événements

  Nom Description
Événement public CollectionChanged Infrastructure. (Hérité de ModelComponentCollection.)
Événement public CollectionChanging Infrastructure. (Hérité de ModelComponentCollection.)

Haut de la page

Implémentations d'interfaces explicites

  Nom Description
Implémentation d'interface expliciteMéthode privée IList. . :: . .Add (Hérité de ModelComponentCollection.)
Implémentation d'interface expliciteMéthode privée IList. . :: . .Clear (Hérité de ModelComponentCollection.)
Implémentation d'interface expliciteMéthode privée IList. . :: . .Contains (Hérité de ModelComponentCollection.)
Implémentation d'interface expliciteMéthode privée IList. . :: . .IndexOf (Hérité de ModelComponentCollection.)
Implémentation d'interface expliciteMéthode privée IList. . :: . .Insert (Hérité de ModelComponentCollection.)
Implémentation d'interface explicitePropriété privée IList. . :: . .Item (Hérité de ModelComponentCollection.)
Implémentation d'interface expliciteMéthode privée IList. . :: . .Remove (Hérité de ModelComponentCollection.)
Implémentation d'interface expliciteMéthode privée IList. . :: . .RemoveAt (Hérité de ModelComponentCollection.)
Implémentation d'interface expliciteMéthode privée IModelComponentCollection. . :: . .Contains (Hérité de ModelComponentCollection.)
Implémentation d'interface expliciteMéthode privée IModelComponentCollection. . :: . .Remove(IModelComponent) (Hérité de ModelComponentCollection.)
Implémentation d'interface expliciteMéthode privée IModelComponentCollection. . :: . .Remove(IModelComponent, Boolean) (Hérité de ModelComponentCollection.)
Implémentation d'interface expliciteMéthode privée IOnDemandLoadableCollection. . :: . .BlockOnDemandLoad (Hérité de ModelComponentCollection.)
Implémentation d'interface explicitePropriété privée IOnDemandLoadableCollection. . :: . .Loaded (Hérité de ModelComponentCollection.)

Haut de la page