BackupDeviceList Members

Include Protected Members
Include Inherited Members

The BackupDeviceList object provides programmatic access to a list backup devices.

The BackupDeviceList type exposes the following members.

Constructors

  Name Description
Public method BackupDeviceList() Initializes a new instance of the BackupDeviceList class.
Public method BackupDeviceList(Int32) Initializes a new instance of the BackupDeviceList class with the specified capacity.
Public method BackupDeviceList(IEnumerable<BackupDeviceItem>)

Top

Methods

  Name Description
Public method Add(T) (Inherited from List<BackupDeviceItem>.)
Public method AddDevice(String, DeviceType) Adds device type with the specified name to the list.
Public method AddRange(IEnumerable<T>) (Inherited from List<BackupDeviceItem>.)
Public method AsReadOnly() (Inherited from List<BackupDeviceItem>.)
Public method BinarySearch(T) (Inherited from List<BackupDeviceItem>.)
Public method BinarySearch(T, IComparer<T>) (Inherited from List<BackupDeviceItem>.)
Public method BinarySearch(Int32, Int32, T, IComparer<T>) (Inherited from List<BackupDeviceItem>.)
Public method Clear() (Inherited from List<BackupDeviceItem>.)
Public method Contains(T) (Inherited from List<BackupDeviceItem>.)
Public method ConvertAll<TOutput>(Converter<T, TOutput>) (Inherited from List<BackupDeviceItem>.)
Public method CopyTo(array<T[]) (Inherited from List<BackupDeviceItem>.)
Public method CopyTo(array<T[], Int32) (Inherited from List<BackupDeviceItem>.)
Public method CopyTo(Int32, array<T[], Int32, Int32) (Inherited from List<BackupDeviceItem>.)
Public method Equals(Object) (Inherited from Object.)
Public method Exists(Predicate<T>) (Inherited from List<BackupDeviceItem>.)
Protected method Finalize() (Inherited from Object.)
Public method Find(Predicate<T>) (Inherited from List<BackupDeviceItem>.)
Public method FindAll(Predicate<T>) (Inherited from List<BackupDeviceItem>.)
Public method FindIndex(Predicate<T>) (Inherited from List<BackupDeviceItem>.)
Public method FindIndex(Int32, Predicate<T>) (Inherited from List<BackupDeviceItem>.)
Public method FindIndex(Int32, Int32, Predicate<T>) (Inherited from List<BackupDeviceItem>.)
Public method FindLast(Predicate<T>) (Inherited from List<BackupDeviceItem>.)
Public method FindLastIndex(Predicate<T>) (Inherited from List<BackupDeviceItem>.)
Public method FindLastIndex(Int32, Predicate<T>) (Inherited from List<BackupDeviceItem>.)
Public method FindLastIndex(Int32, Int32, Predicate<T>) (Inherited from List<BackupDeviceItem>.)
Public method ForEach(Action<T>) (Inherited from List<BackupDeviceItem>.)
Public method GetEnumerator() (Inherited from List<BackupDeviceItem>.)
Public method GetHashCode() (Inherited from Object.)
Public method GetRange(Int32, Int32) (Inherited from List<BackupDeviceItem>.)
Public method GetType() (Inherited from Object.)
Public method IndexOf(T) (Inherited from List<BackupDeviceItem>.)
Public method IndexOf(T, Int32) (Inherited from List<BackupDeviceItem>.)
Public method IndexOf(T, Int32, Int32) (Inherited from List<BackupDeviceItem>.)
Public method Insert(Int32, T) (Inherited from List<BackupDeviceItem>.)
Public method InsertRange(Int32, IEnumerable<T>) (Inherited from List<BackupDeviceItem>.)
Public method LastIndexOf(T) (Inherited from List<BackupDeviceItem>.)
Public method LastIndexOf(T, Int32) (Inherited from List<BackupDeviceItem>.)
Public method LastIndexOf(T, Int32, Int32) (Inherited from List<BackupDeviceItem>.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method Remove(T) (Inherited from List<BackupDeviceItem>.)
Public method RemoveAll(Predicate<T>) (Inherited from List<BackupDeviceItem>.)
Public method RemoveAt(Int32) (Inherited from List<BackupDeviceItem>.)
Public method RemoveRange(Int32, Int32) (Inherited from List<BackupDeviceItem>.)
Public method Reverse() (Inherited from List<BackupDeviceItem>.)
Public method Reverse(Int32, Int32) (Inherited from List<BackupDeviceItem>.)
Public method Sort() (Inherited from List<BackupDeviceItem>.)
Public method Sort(IComparer<T>) (Inherited from List<BackupDeviceItem>.)
Public method Sort(Comparison<T>) (Inherited from List<BackupDeviceItem>.)
Public method Sort(Int32, Int32, IComparer<T>) (Inherited from List<BackupDeviceItem>.)
Public method ToArray() (Inherited from List<BackupDeviceItem>.)
Public method ToString() (Inherited from Object.)
Public method TrimExcess() (Inherited from List<BackupDeviceItem>.)
Public method TrueForAll(Predicate<T>) (Inherited from List<BackupDeviceItem>.)

Top

Properties

  Name Description
Public property Capacity (Inherited from List<BackupDeviceItem>.)
Public property Count (Inherited from List<BackupDeviceItem>.)
Public property Item[Int32] (Inherited from List<BackupDeviceItem>.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IList.Add(Object) (Inherited from List<BackupDeviceItem>.)
Explicit interface implemetationPrivate method IList.Contains(Object) (Inherited from List<BackupDeviceItem>.)
Explicit interface implemetationPrivate method ICollection.CopyTo(Array, Int32) (Inherited from List<BackupDeviceItem>.)
Explicit interface implemetationPrivate method IEnumerable<T>.GetEnumerator() (Inherited from List<BackupDeviceItem>.)
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator() (Inherited from List<BackupDeviceItem>.)
Explicit interface implemetationPrivate method IList.IndexOf(Object) (Inherited from List<BackupDeviceItem>.)
Explicit interface implemetationPrivate method IList.Insert(Int32, Object) (Inherited from List<BackupDeviceItem>.)
Explicit interface implemetationPrivate property IList.IsFixedSize (Inherited from List<BackupDeviceItem>.)
Explicit interface implemetationPrivate property ICollection<T>.IsReadOnly (Inherited from List<BackupDeviceItem>.)
Explicit interface implemetationPrivate property IList.IsReadOnly (Inherited from List<BackupDeviceItem>.)
Explicit interface implemetationPrivate property ICollection.IsSynchronized (Inherited from List<BackupDeviceItem>.)
Explicit interface implemetationPrivate property IList.Item[Int32] (Inherited from List<BackupDeviceItem>.)
Explicit interface implemetationPrivate method IList.Remove(Object) (Inherited from List<BackupDeviceItem>.)
Explicit interface implemetationPrivate property ICollection.SyncRoot (Inherited from List<BackupDeviceItem>.)

Top