Class ActiveDirectoryDfsReplicationConnectionCollection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of Active Directory distributed file system (DFS) replication connections.
public class ActiveDirectoryDfsReplicationConnectionCollection : Collection<ActiveDirectoryDfsReplicationConnection>, IList<ActiveDirectoryDfsReplicationConnection>, ICollection<ActiveDirectoryDfsReplicationConnection>, IList, ICollection, IReadOnlyList<ActiveDirectoryDfsReplicationConnection>, IReadOnlyCollection<ActiveDirectoryDfsReplicationConnection>, IEnumerable<ActiveDirectoryDfsReplicationConnection>, IEnumerable
- Inheritance
-
ActiveDirectoryDfsReplicationConnectionCollection
- Implements
- Inherited Members
Constructors
ActiveDirectoryDfsReplicationConnectionCollection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsReplicationConnectionCollection class.
public ActiveDirectoryDfsReplicationConnectionCollection()
Methods
Exists(Guid)
Determines whether a CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsReplicationConnection with the specified identifier exists within the collection.
public bool Exists(Guid identifier)
Parameters
identifier
GuidThe identifier of the CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsReplicationConnection to locate.
Returns
- bool
A System.Boolean value that indicates whether a CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsReplicationConnection with the specified identifier exists within the collection.
FindByIdentifier(Guid)
Returns the CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsReplicationConnection with the specified identifier, or null if no CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsReplicationConnection with that identifier is found.
public ActiveDirectoryDfsReplicationConnection FindByIdentifier(Guid identifier)
Parameters
identifier
GuidThe identifier of the CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsReplicationConnection to locate.
Returns
- ActiveDirectoryDfsReplicationConnection
The CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsReplicationConnection with the specified identifier.
FindBySendingMemberName(string)
Returns a CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsReplicationConnectionCollection containing the connections with the specified sending member name.
public ActiveDirectoryDfsReplicationConnectionCollection FindBySendingMemberName(string sendingMemberName)
Parameters
sendingMemberName
stringThe sending member name of the CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsReplicationConnection objects to locate.
Returns
- ActiveDirectoryDfsReplicationConnectionCollection
A CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsReplicationConnectionCollection containing the connections with the specified sending member name.
Sort()
Sorts the objects in the collection.
public void Sort()