Table of Contents

Class ActiveDirectorySchemaClassCollection

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

Represents a collection of Active Directory schema classes.

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

Constructors

ActiveDirectorySchemaClassCollection()

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

public ActiveDirectorySchemaClassCollection()

Methods

Exists(string)

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

public bool Exists(string name)

Parameters

name string

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

Returns

bool

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

FindByName(string)

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

public ActiveDirectorySchemaClass FindByName(string name)

Parameters

name string

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

Returns

ActiveDirectorySchemaClass

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

Sort()

Sorts the values in the collection.

public void Sort()