Table of Contents

Class NetworkStorageDeviceRevisionNumberCollection

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents a collection of revision numbers for the components in a network storage device.

public class NetworkStorageDeviceRevisionNumberCollection : Collection<NetworkStorageDeviceRevisionNumber>, IList<NetworkStorageDeviceRevisionNumber>, ICollection<NetworkStorageDeviceRevisionNumber>, IList, ICollection, IReadOnlyList<NetworkStorageDeviceRevisionNumber>, IReadOnlyCollection<NetworkStorageDeviceRevisionNumber>, IEnumerable<NetworkStorageDeviceRevisionNumber>, IEnumerable
Inheritance
NetworkStorageDeviceRevisionNumberCollection
Implements
Inherited Members

Constructors

NetworkStorageDeviceRevisionNumberCollection()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.NetworkStorageDeviceRevisionNumberCollection class.

public NetworkStorageDeviceRevisionNumberCollection()

Methods

Exists(string)

Determines whether a revision number with the specified name exists within the collection.

public bool Exists(string Name)

Parameters

Name string

The name of the revision number to find - for example "Firmware Revision for Storage Controller (I/O Manager-A)".

Returns

bool

A System.Boolean value that indicates whether a revision number with the specified name exists in the collection.

FindByName(string)

Returns the revision number with the specified name, or null if no revision number with that name is found.

public NetworkStorageDeviceRevisionNumber FindByName(string Name)

Parameters

Name string

The name of the revision number to find - for example "Firmware Revision for Storage Controller (I/O Manager-A)".

Returns

NetworkStorageDeviceRevisionNumber

The revision number with the specified name.

InsertItem(int, NetworkStorageDeviceRevisionNumber)

Overrides the insertion of items with duplicate display names.

protected override void InsertItem(int index, NetworkStorageDeviceRevisionNumber item)

Parameters

index int

The index at which the item is being inserted.

item NetworkStorageDeviceRevisionNumber

The item being inserted.

Sort()

Sorts the values in the collection.

public void Sort()