Table of Contents

Class ActiveDirectoryReplicationConnectionCollection

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

Represents a collection of Active Directory replication connections.

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

Constructors

ActiveDirectoryReplicationConnectionCollection()

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

public ActiveDirectoryReplicationConnectionCollection()

Methods

Exists(Guid)

Determines whether a CENTREL.XIA.Configuration.Types.ActiveDirectoryReplicationConnection with the specified identifier exists within the collection.

public bool Exists(Guid identifier)

Parameters

identifier Guid

The identifier of the CENTREL.XIA.Configuration.Types.ActiveDirectoryReplicationConnection to locate.

Returns

bool

A System.Boolean value that indicates whether a CENTREL.XIA.Configuration.Types.ActiveDirectoryReplicationConnection with the specified identifier exists within the collection.

FindByIdentifier(Guid)

Returns the CENTREL.XIA.Configuration.Types.ActiveDirectoryReplicationConnection with the specified identifier, or null if no CENTREL.XIA.Configuration.Types.ActiveDirectoryReplicationConnection with that identifier is found.

public ActiveDirectoryReplicationConnection FindByIdentifier(Guid identifier)

Parameters

identifier Guid

The identifier of the CENTREL.XIA.Configuration.Types.ActiveDirectoryReplicationConnection to locate.

Returns

ActiveDirectoryReplicationConnection

The CENTREL.XIA.Configuration.Types.ActiveDirectoryReplicationConnection with the specified identifier.

Sort()

Sorts the values in the collection.

public void Sort()