Freigeben über


AdomdRestrictionCollection-Member

Gets a collection of AdomdRestriction objects.

Der AdomdRestrictionCollection-Typ macht die folgenden Member verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode AdomdRestrictionCollection Initializes a new instance of the AdomdRestrictionCollection class.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Add(AdomdRestriction) Adds an AdomdRestriction to the collection.
Öffentliche Methode Add(String, Object) Creates a new AdomdRestriction with the specified property name and value.
Öffentliche Methode Add(String, String, Object) Creates a new AdomdRestriction with the specified property name, namespace, and value.
Öffentliche Methode Clear Removes all restrictions from the AdomdRestrictionCollection.
Öffentliche Methode Contains Determines whether a AdomdRestriction is in the AdomdRestrictionCollection.
Öffentliche Methode CopyTo Copies the elements of the AdomdRestrictionCollection collection to the specified array.
Öffentliche Methode CreateObjRef (Geerbt von MarshalByRefObject.)
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode Find(String) Gets the specified AdomdRestriction from the collection by its name.
Öffentliche Methode Find(String, String) Gets the specified AdomdRestriction from the collection by its name and namespace.
Öffentliche Methode GetEnumerator Gets an instance of the AdomdRestrictionCollection..::..Enumerator class for iterating through the collection.
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetLifetimeService (Geerbt von MarshalByRefObject.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode IndexOf Returns the zero-based index of the first occurrence of a restriction in the AdomdRestrictionCollection collection.
Öffentliche Methode InitializeLifetimeService (Geerbt von MarshalByRefObject.)
Öffentliche Methode Insert Inserts a restriction into the AdomdRestrictionCollection collection at the specified index.
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von MarshalByRefObject.)
Öffentliche Methode Remove Removes the first occurrence of a specific restriction from the AdomdRestrictionCollection collection.
Öffentliche Methode RemoveAt Removes the restriction at the specified index of the AdomdRestrictionCollection collection.
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Count Gets the number of AdomdRestriction objects in the collection.
Öffentliche Eigenschaft IsFixedSize Gets a value indicating whether the AdomdRestrictionCollection has a fixed size.
Öffentliche Eigenschaft IsReadOnly Gets a value indicating whether the AdomdRestrictionCollection is read-only.
Öffentliche Eigenschaft IsSynchronized Gets a value indicating whether access to the collection is synchronized (thread safe).
Öffentliche Eigenschaft 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.
Öffentliche Eigenschaft SyncRoot Gets an object that can be used to synchronize access to the collection.

Zum Anfang