Table of Contents

Class ActiveDirectoryTrustCollection

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

Represents a collection of Active Directory trusts.

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

Constructors

ActiveDirectoryTrustCollection()

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

public ActiveDirectoryTrustCollection()

Methods

ExistsByTargetDomainName(string)

Determines whether a CENTREL.XIA.Configuration.Types.ActiveDirectoryTrust with the specified target domain name exists within the collection.

public bool ExistsByTargetDomainName(string targetDomainName)

Parameters

targetDomainName string

The target domain name of the CENTREL.XIA.Configuration.Types.ActiveDirectoryTrust to locate.

Returns

bool

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

FindByTargetDomainName(string)

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

public ActiveDirectoryTrust FindByTargetDomainName(string targetDomainName)

Parameters

targetDomainName string

The target domain name of the CENTREL.XIA.Configuration.Types.ActiveDirectoryTrust to locate.

Returns

ActiveDirectoryTrust

The CENTREL.XIA.Configuration.Types.ActiveDirectoryTrust with the specified target domain name.

Sort()

Sorts the values in the collection.

public void Sort()