Click or drag to resize

SatelliteOutageCollection Class

A collection of SatelliteOutages.
Inheritance Hierarchy
SystemObject
  System.Collections.ObjectModelCollectionSatelliteOutage
    AGI.Foundation.Navigation.DataReadersSatelliteOutageCollection

Namespace:  AGI.Foundation.Navigation.DataReaders
Assembly:  AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public class SatelliteOutageCollection : Collection<SatelliteOutage>

The SatelliteOutageCollection type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyCount (Inherited from CollectionSatelliteOutage.)
Public propertyItem
Gets or sets the element at the specified index.
(Inherited from CollectionSatelliteOutage.)
Protected propertyItems (Inherited from CollectionSatelliteOutage.)
Top
Methods
  NameDescription
Public methodAdd (Inherited from CollectionSatelliteOutage.)
Public methodClear (Inherited from CollectionSatelliteOutage.)
Protected methodClearItems (Inherited from CollectionSatelliteOutage.)
Public methodContains (Inherited from CollectionSatelliteOutage.)
Public methodCopyTo (Inherited from CollectionSatelliteOutage.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator (Inherited from CollectionSatelliteOutage.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf (Inherited from CollectionSatelliteOutage.)
Public methodInsert (Inherited from CollectionSatelliteOutage.)
Protected methodInsertItem (Inherited from CollectionSatelliteOutage.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove (Inherited from CollectionSatelliteOutage.)
Public methodRemoveAt (Inherited from CollectionSatelliteOutage.)
Protected methodRemoveItem (Inherited from CollectionSatelliteOutage.)
Protected methodSetItem
Replaces the element at the specified index.
(Inherited from CollectionSatelliteOutage.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also