Class ActiveDirectorySchemaAttributeCollection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of Active Directory schema attributes.
public class ActiveDirectorySchemaAttributeCollection : Collection<ActiveDirectorySchemaAttribute>, IList<ActiveDirectorySchemaAttribute>, ICollection<ActiveDirectorySchemaAttribute>, IList, ICollection, IReadOnlyList<ActiveDirectorySchemaAttribute>, IReadOnlyCollection<ActiveDirectorySchemaAttribute>, IEnumerable<ActiveDirectorySchemaAttribute>, IEnumerable
- Inheritance
-
ActiveDirectorySchemaAttributeCollection
- Implements
- Inherited Members
Constructors
ActiveDirectorySchemaAttributeCollection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.ActiveDirectorySchemaAttributeCollection class.
public ActiveDirectorySchemaAttributeCollection()
Methods
Exists(string)
Determines whether a CENTREL.XIA.Configuration.Types.ActiveDirectorySchemaAttribute with the specified name exists within the collection.
public bool Exists(string name)
Parameters
name
stringThe name of the CENTREL.XIA.Configuration.Types.ActiveDirectorySchemaAttribute to locate.
Returns
- bool
A System.Boolean value that indicates whether a CENTREL.XIA.Configuration.Types.ActiveDirectorySchemaAttribute with the specified name exists within the collection.
FindByName(string)
Returns the CENTREL.XIA.Configuration.Types.ActiveDirectorySchemaAttribute with the specified name, or null if no CENTREL.XIA.Configuration.Types.ActiveDirectorySchemaAttribute with that name is found.
public ActiveDirectorySchemaAttribute FindByName(string name)
Parameters
name
stringThe name of the CENTREL.XIA.Configuration.Types.ActiveDirectorySchemaAttribute to locate.
Returns
- ActiveDirectorySchemaAttribute
The CENTREL.XIA.Configuration.Types.ActiveDirectorySchemaAttribute with the specified name.
Sort()
Sorts the values in the collection.
public void Sort()