Microsoft Identity Integration Server 2003 Developer Reference |
The ConnectorCollectionEnumerator class enumerates a collection of connectors. Each connector is represented by a CSEntry object. To retrieve an instance of the ConnectorCollectionEnumerator class, call the ConnectorCollection.GetEnumerator method.
The ConnectorCollectionEnumerator class is derived from the IEnumerator class.
The ConnectorCollectionEnumerator class has the following public methods.
Method | Description |
---|---|
Equals |
Determines if two objects are equal. |
GetHashCode |
Serves as a hash function for a particular type. |
GetType |
Retrieves the Type of the current object. |
MoveNext |
Advances the enumerator to the next CSEntry object in the enumeration. |
Reset |
Sets the enumerator to the first CSEntry object in the enumeration. |
ToString |
Retrieves a String that represents the current object. |
The ConnectorCollectionEnumerator class has the following public property.
Property | Description |
---|---|
Current | Data type: CSEntry Access type: Read-only Retrieves the current CSEntry object in the enumeration. |
The ConnectorCollectionEnumerator class has the following protected constructor.
Constructor | Description |
---|---|
ConnectorCollectionEnumerator |
Creates an instance of the ConnectorCollectionEnumerator class. |
Product: Microsoft Identity Integration Server 2003
Namespace: Defined in Microsoft.MetadirectoryServices.
Assembly: Requires Microsoft.MetadirectoryServices (in
Microsoft.MetadirectoryServices.dll).
.NET Framework: Requires .NET Framework 1.1.