Partager via


Membres AdomdRestrictionCollection

Gets a collection of AdomdRestriction objects.

Le type AdomdRestrictionCollection expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique AdomdRestrictionCollection Initializes a new instance of the AdomdRestrictionCollection class.

Haut de la page

Méthodes

  Nom Description
Méthode publique Add(AdomdRestriction) Adds an AdomdRestriction to the collection.
Méthode publique Add(String, Object) Creates a new AdomdRestriction with the specified property name and value.
Méthode publique Add(String, String, Object) Creates a new AdomdRestriction with the specified property name, namespace, and value.
Méthode publique Clear Removes all restrictions from the AdomdRestrictionCollection.
Méthode publique Contains Determines whether a AdomdRestriction is in the AdomdRestrictionCollection.
Méthode publique CopyTo Copies the elements of the AdomdRestrictionCollection collection to the specified array.
Méthode publique CreateObjRef (Hérité de MarshalByRefObject.)
Méthode publique Equals (Hérité de Object.)
Méthode protégée Finalize (Hérité de Object.)
Méthode publique Find(String) Gets the specified AdomdRestriction from the collection by its name.
Méthode publique Find(String, String) Gets the specified AdomdRestriction from the collection by its name and namespace.
Méthode publique GetEnumerator Gets an instance of the AdomdRestrictionCollection..::..Enumerator class for iterating through the collection.
Méthode publique GetHashCode (Hérité de Object.)
Méthode publique GetLifetimeService (Hérité de MarshalByRefObject.)
Méthode publique GetType (Hérité de Object.)
Méthode publique IndexOf Returns the zero-based index of the first occurrence of a restriction in the AdomdRestrictionCollection collection.
Méthode publique InitializeLifetimeService (Hérité de MarshalByRefObject.)
Méthode publique Insert Inserts a restriction into the AdomdRestrictionCollection collection at the specified index.
Méthode protégée MemberwiseClone (Hérité de Object.)
Méthode protégée MemberwiseClone (Hérité de MarshalByRefObject.)
Méthode publique Remove Removes the first occurrence of a specific restriction from the AdomdRestrictionCollection collection.
Méthode publique RemoveAt Removes the restriction at the specified index of the AdomdRestrictionCollection collection.
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 AdomdRestriction objects in the collection.
Propriété publique IsFixedSize Gets a value indicating whether the AdomdRestrictionCollection has a fixed size.
Propriété publique IsReadOnly Gets a value indicating whether the AdomdRestrictionCollection is read-only.
Propriété publique IsSynchronized Gets a value indicating whether access to the collection is synchronized (thread safe).
Propriété publique Item Gets or sets the specified AdomdRestriction from the collection by its index. In Microsoft Visual C#, this property is the indexer for the AdomdRestrictionCollection class.
Propriété publique SyncRoot Gets an object that can be used to synchronize access to the collection.

Haut de la page