ImpactDetailCollection Members

Include Protected Members
Include Inherited Members

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

The ImpactDetailCollection type exposes the following members.

Constructors

  Name Description
Public method ImpactDetailCollection() Initializes a new instance of ImpactDetail.

Top

Methods

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

Top

Properties

  Name Description
Public property Count Gets the number of ImpactDetail objects contained in the collection.
Public property Item[Int32] Gets the ImpactDetail at the specified index from the collection.

Top