ImpactDetailCollection-Member

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

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

Konstruktoren

  Name Beschreibung
Öffentliche Methode ImpactDetailCollection Initializes a new instance of ImpactDetail.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Add Adds a ImpactDetail to the end of the collection.
Öffentliche Methode AddRange Adds the elements of an ICollection to the end of the collection.
Öffentliche Methode Clear Removes all elements from the collection. This class cannot be inherited.
Öffentliche Methode Contains Checks whether the collection contains a specified ImpactDetail.
Öffentliche Methode CopyTo Copies the entire collection to a compatible one-dimensional Array, starting at the specified index of the target array. This class cannot be inherited.
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetInvalidObjects Get an ArrayList containing invalid objects.
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode GetUnprocessedObjects Get an ArrayList containing unprocessed objects.
Öffentliche Methode IndexOf Gets the index of a specified ImpactDetail.
Öffentliche Methode Insert Inserts a ImpactDetail into the collection at the specified index.
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode Remove Removes the specified ImpactDetail from the collection.
Öffentliche Methode RemoveAt Removes the ImpactDetail at the specified index from the collection. This class cannot be inherited.
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Count Gets the number of ImpactDetail objects contained in the collection.
Öffentliche Eigenschaft Item Gets the ImpactDetail at the specified index from the collection.

Zum Anfang