Membres AttributeRelationshipCollection

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

Le type AttributeRelationshipCollection expose les membres suivants.

Méthodes

  Nom Description
Méthode publique Add(String) Creates and adds the AttributeRelationship, which is defined by attributeID, to the end of the collection.
Méthode publique Add(AttributeRelationship) Adds the specified AttributeRelationship to the end of the collection.
Méthode protégée Add(ModelComponent) Infrastructure. (Hérité de ModelComponentCollection.)
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 the AttributeRelationship, identified by attributeId
Méthode publique Contains(AttributeRelationship) Indicates whether the collection contains the specified AttributeRelationship.
Méthode protégée Contains(IModelComponent) (Hérité de ModelComponentCollection.)
Méthode publique ContainsName Indicates whether the collection contains a AttributeRelationship with the specified name
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 AttributeRelationship, with the specified attributeId, 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 GetNewName Assists in creating new consecutive numbered names that start with namePrefix.
Méthode publique GetType (Hérité de Object.)
Méthode publique IndexOf(String) Gets the index of a AttributeRelationship, identified by attributeId, in the collection.
Méthode publique IndexOf(AttributeRelationship) Gets the index of a specified AttributeRelationship in the collection.
Méthode protégée IndexOf(IModelComponent) (Hérité de ModelComponentCollection.)
Méthode publique IndexOfName Gets the index of a AttributeRelationship, identified by name, in the collection.
Méthode publique Insert(Int32, AttributeRelationship) Inserts the specified AttributeRelationship into the collection at the location specified by index.
Méthode publique Insert(Int32, String) Creates and inserts the specified AttributeRelationship into the collection at the specified index.
Méthode protégée Insert(Int32, ModelComponent) Infrastructure. (Hérité de ModelComponentCollection.)
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 IsValidName(String) Verifies that the specified name is a valid name for an AttributeRelationship.
Méthode publique IsValidName(String, String%) Verifies that the specified name is a valid name for an AttributeRelationship and returns the error message if it the name is not valid.
Méthode protégée MemberwiseClone (Hérité de Object.)
Méthode publique Move(Int32, Int32) Moves a specified AttributeRelationship from one position to another position in the collection.
Méthode publique Move(String, Int32) Moves the specified AttributeRelationship into the collection at the specified index position.
Méthode publique Move(AttributeRelationship, Int32) Moves a specified AttributeRelationship to a new index position in the collection.
Méthode publique Remove(String) Removes an AttributeRelationship, identified by attributeId, from the collection.
Méthode publique Remove(AttributeRelationship) Removes the specified AttributeRelationship from the collection.
Méthode protégée Remove (Hérité de ModelComponentCollection.)
Méthode publique Remove(String, Boolean) Infrastructure.
Méthode publique Remove(AttributeRelationship, 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 specified AttributeRelationship object from the collection at the index.
Propriété publique Item[ ( [ ( String] ) ] ) Gets the specified AttributeRelationship object 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