Table of Contents

Class NetworkAdapterBindingCollection

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

Represents a collection of network adapter bindings.

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

Constructors

NetworkAdapterBindingCollection()

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

public NetworkAdapterBindingCollection()

Methods

FindByComponentId(string)

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

public NetworkAdapterBinding FindByComponentId(string componentId)

Parameters

componentId string

The component identifier of the binding to locate - for example "ms_tcpip"..

Returns

NetworkAdapterBinding

The binding with the specified name.

Sort()

Sorts the values in the collection.

public void Sort()