ImpactDetailCollection Class

Definition

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

[System.Runtime.InteropServices.Guid("70FE779E-D08F-49ee-A662-E8496701058C")]
public sealed class ImpactDetailCollection : System.Collections.IList
[<System.Runtime.InteropServices.Guid("70FE779E-D08F-49ee-A662-E8496701058C")>]
type ImpactDetailCollection = class
    interface IList
    interface ICollection
    interface IEnumerable
Public NotInheritable Class ImpactDetailCollection
Implements IList
Inheritance
ImpactDetailCollection
Attributes
Implements

Constructors

ImpactDetailCollection()

Properties

Count

Gets the number of elements contained in the collection.

Item[Int32]

Gets or sets the ImpactDetail element at the specified index.

Methods

Add(ImpactDetail)

Adds the specified ImpactDetail to the end of the collection.

AddRange(ICollection)

Adds the set of specified elements to the end of the collection.

Clear()

Removes all items from the collection.

Contains(ImpactDetail)

Determines whether the specified ImpactDetail exists in the collection.

CopyTo(Array, Int32)

Copies the elements of the collection to an Array, starting at a particular Array index.

GetInvalidObjects()

Returns the list of objects marked as invalid in the ImpactDetailCollection.

GetUnprocessedObjects()

Returns the list of objects marked as unprocessed in the ImpactDetailCollection.

IndexOf(ImpactDetail)

Searches for the specified ImpactDetail and returns its zero-based index within the collection.

Insert(Int32, ImpactDetail)

Inserts the specified ImpactDetail to the collection at the specified index.

Remove(ImpactDetail)

Removes the specified ImpactDetail from this collection.

RemoveAt(Int32)

Removes the ImpactDetail at the specified index.

Explicit Interface Implementations

ICollection.IsSynchronized
ICollection.SyncRoot
IEnumerable.GetEnumerator()
IList.Add(Object)
IList.Contains(Object)
IList.IndexOf(Object)
IList.Insert(Int32, Object)
IList.IsFixedSize
IList.IsReadOnly
IList.Item[Int32]
IList.Remove(Object)

Applies to