Table of Contents

Class ActiveDirectoryComputerCollection

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

Represents a collection of Active Directory computers.

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

Constructors

ActiveDirectoryComputerCollection()

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

public ActiveDirectoryComputerCollection()

Methods

ExistsByIdentifier(Guid)

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

public bool ExistsByIdentifier(Guid identifier)

Parameters

identifier Guid

The unique identifier of the CENTREL.XIA.Configuration.Types.ActiveDirectoryComputer to locate.

Returns

bool

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

ExistsBySamAccountName(string)

Determines whether a CENTREL.XIA.Configuration.Types.ActiveDirectoryComputer with the specified SAM account name exists within the collection.

public bool ExistsBySamAccountName(string samAccountName)

Parameters

samAccountName string

The SAM account name of the CENTREL.XIA.Configuration.Types.ActiveDirectoryComputer to locate.

Returns

bool

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

FindByIdentifier(Guid)

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

public ActiveDirectoryComputer FindByIdentifier(Guid identifier)

Parameters

identifier Guid

The unique identifier of the CENTREL.XIA.Configuration.Types.ActiveDirectoryComputer to locate.

Returns

ActiveDirectoryComputer

The CENTREL.XIA.Configuration.Types.ActiveDirectoryComputer with the specified unique identifier.

FindBySamAccountName(string)

Returns the CENTREL.XIA.Configuration.Types.ActiveDirectoryComputer with the specified SAM account name, or null if no CENTREL.XIA.Configuration.Types.ActiveDirectoryComputer with that SAM account name is found.

public ActiveDirectoryComputer FindBySamAccountName(string samAccountName)

Parameters

samAccountName string

The SAM account name of the CENTREL.XIA.Configuration.Types.ActiveDirectoryComputer to locate.

Returns

ActiveDirectoryComputer

The CENTREL.XIA.Configuration.Types.ActiveDirectoryComputer with the specified SAM account name.

Sort()

Sorts the values in the collection.

public void Sort()