Table of Contents

Class ActiveDirectoryReplicationServerCollection

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

Represents a collection of Active Directory replication servers.

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

Constructors

ActiveDirectoryReplicationServerCollection()

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

public ActiveDirectoryReplicationServerCollection()

Methods

ExistsByHostName(string)

Determines whether a CENTREL.XIA.Configuration.Types.ActiveDirectoryReplicationServer with the specified host name exists within the collection.

public bool ExistsByHostName(string hostName)

Parameters

hostName string

The host name of the CENTREL.XIA.Configuration.Types.ActiveDirectoryReplicationServer to locate.

Returns

bool

A System.Boolean value that indicates whether a CENTREL.XIA.Configuration.Types.ActiveDirectoryReplicationServer with the specified host name exists within the collection.

FindByHostName(string)

Returns the CENTREL.XIA.Configuration.Types.ActiveDirectoryReplicationServer with the specified host name, or null if no CENTREL.XIA.Configuration.Types.ActiveDirectoryReplicationServer with that host name is found.

public ActiveDirectoryReplicationServer FindByHostName(string hostName)

Parameters

hostName string

The host name of the CENTREL.XIA.Configuration.Types.ActiveDirectoryReplicationServer to locate.

Returns

ActiveDirectoryReplicationServer

The CENTREL.XIA.Configuration.Types.ActiveDirectoryReplicationServer with the specified host name.

Sort()

Sorts the values in the collection.

public void Sort()