Partager via


Membres DataSourceViewCollection

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

Le type DataSourceViewCollection expose les membres suivants.

Méthodes

  Nom Description
Méthode publique Add() () () () Creates and adds a DataSourceView to the end of the collection.
Méthode publique Add(String) Creates and adds a DataSourceView, with the specified identifier, to the end of the collection.
Méthode publique Add(DataSourceView) Adds a DataSourceView to the end of the collection.
Méthode protégée Add(ModelComponent) Adds a ModelComponent to the end of the MajorObjectCollection. (Hérité de MajorObjectCollection.)
Méthode publique Add(String, String) Creates and adds a DataSourceView, with the specified name and identifier, 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 publique AddNew(String) Creates and adds a DataSourceView, with the specified key, to the end of the collection.
Méthode publique AddNew(String, String) Creates and adds a DataSourceView, with the specified name and key, to the end of the collection.
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 NamedComponentCollection.)
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 DataSourceView with the specified identifier.
Méthode publique Contains(DataSourceView) Indicates whether the collection contains a specified DataSourceView.
Méthode protégée Contains(IModelComponent) (Hérité de ModelComponentCollection.)
Méthode publique ContainsName (Hérité de NamedComponentCollection.)
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 DataSourceView, with the specified identifier, from the collection.
Méthode publique FindByName Gets the DataSourceView, with the specified name, from the collection.
Méthode publique GetByName Gets the DataSourceView, with the specified name, 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 GetNewID() () () () (Hérité de NamedComponentCollection.)
Méthode publique GetNewID(String) (Hérité de NamedComponentCollection.)
Méthode publique GetNewName() () () () (Hérité de NamedComponentCollection.)
Méthode publique GetNewName(String) (Hérité de NamedComponentCollection.)
Méthode publique GetType (Hérité de Object.)
Méthode publique IndexOf(String) Gets the index of a DataSourceView with the specified identifier.
Méthode publique IndexOf(DataSourceView) Gets the index of a specified DataSourceView.
Méthode protégée IndexOf(IModelComponent) (Hérité de ModelComponentCollection.)
Méthode publique IndexOfName (Hérité de NamedComponentCollection.)
Méthode publique Insert(Int32) Creates and inserts a DataSourceView into the collection at the specified index.
Méthode publique Insert(Int32, DataSourceView) Inserts a DataSourceView into the collection at the specified index.
Méthode publique Insert(Int32, String) Creates and inserts a DataSourceView, with the specified identifier, into the collection at the specified index.
Méthode protégée Insert(Int32, ModelComponent) Inserts a ModelComponent in the MajorObjectCollection at the specified index. (Hérité de MajorObjectCollection.)
Méthode publique Insert(Int32, String, String) Creates and inserts a DataSourceView, with the specified name and 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 publique IsValidID(String) (Hérité de NamedComponentCollection.)
Méthode publique IsValidID(String, String%) (Hérité de NamedComponentCollection.)
Méthode protégée IsValidID(String, Type, String%) (Hérité de NamedComponentCollection.)
Méthode publique IsValidName(String) (Hérité de NamedComponentCollection.)
Méthode publique IsValidName(String, String%) (Hérité de NamedComponentCollection.)
Méthode protégée IsValidName(String, Type, String%) (Hérité de NamedComponentCollection.)
Méthode protégée MemberwiseClone (Hérité de Object.)
Méthode publique Move(Int32, Int32) Moves a DataSourceView at the current specified index to a new specified index in the collection.
Méthode publique Move(String, Int32) Moves a DataSourceView, with the specified identifier, to the specified index in the collection.
Méthode publique Move(DataSourceView, Int32) Moves a DataSourceView to a new index in the collection.
Méthode publique Remove(String) Removes the DataSourceView, with the specified identifier, from the collection.
Méthode publique Remove(DataSourceView) Removes the specified DataSourceView from the collection.
Méthode protégée Remove (Hérité de ModelComponentCollection.)
Méthode publique Remove(String, Boolean) Infrastructure.
Méthode publique Remove(DataSourceView, 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 DataSourceView at the specified index from the collection.
Propriété publique Item[ ( [ ( String] ) ] ) Gets the DataSourceView, with 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