Table of Contents

Class ActiveDirectoryReplicationSiteCollection

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

Represents a collection of Active Directory replication sites.

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

Constructors

ActiveDirectoryReplicationSiteCollection()

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

public ActiveDirectoryReplicationSiteCollection()

Methods

Exists(Guid)

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

public bool Exists(Guid identifier)

Parameters

identifier Guid

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

Returns

bool

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

Exists(string)

Determines whether a CENTREL.XIA.Configuration.Types.ActiveDirectoryReplicationSite with the specified site name exists within the collection.

public bool Exists(string name)

Parameters

name string

The name of the CENTREL.XIA.Configuration.Types.ActiveDirectoryReplicationSite to locate.

Returns

bool

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

FindByIdentifier(Guid)

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

public ActiveDirectoryReplicationSite FindByIdentifier(Guid identifier)

Parameters

identifier Guid

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

Returns

ActiveDirectoryReplicationSite

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

FindByName(string)

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

public ActiveDirectoryReplicationSite FindByName(string name)

Parameters

name string

The name of the CENTREL.XIA.Configuration.Types.ActiveDirectoryReplicationSite to locate.

Returns

ActiveDirectoryReplicationSite

The CENTREL.XIA.Configuration.Types.ActiveDirectoryReplicationSite with the specified name.

Sort()

Sorts the values in the collection.

public void Sort()