Class EntraDomainCollection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of Entra directory domains.
public class EntraDomainCollection : Collection<EntraDomain>, IList<EntraDomain>, ICollection<EntraDomain>, IList, ICollection, IReadOnlyList<EntraDomain>, IReadOnlyCollection<EntraDomain>, IEnumerable<EntraDomain>, IEnumerable
- Inheritance
-
EntraDomainCollection
- Implements
- Inherited Members
Constructors
EntraDomainCollection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.EntraDomainCollection class.
public EntraDomainCollection()
Methods
FindByIdentifier(Guid)
Returns the CENTREL.XIA.Configuration.Types.EntraDomain with the specified identifier, or null if no CENTREL.XIA.Configuration.Types.EntraDomain with that identifier is found.
public EntraDomain FindByIdentifier(Guid identifier)
Parameters
identifierGuidThe identifier of the CENTREL.XIA.Configuration.Types.EntraDomain to locate.
Returns
- EntraDomain
The CENTREL.XIA.Configuration.Types.EntraDomain with the specified identifier.
FindByName(string)
Returns the CENTREL.XIA.Configuration.Types.EntraDomain with the specified name, or null if no CENTREL.XIA.Configuration.Types.EntraDomain with that name is found.
public EntraDomain FindByName(string name)
Parameters
namestringThe name of the CENTREL.XIA.Configuration.Types.EntraDomain to locate.
Returns
- EntraDomain
The CENTREL.XIA.Configuration.Types.EntraDomain with the specified name.
Sort()
Sorts the values in the collection.
public void Sort()