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