C# Class Novell.Directory.Ldap.Utilclass.RespExtensionSet

This class extends the AbstractSet and Implements the Set so that it can be used to maintain a list of currently registered extended responses.
Inheritance: SupportClass.AbstractSetSupport
Afficher le fichier Open project: EventStore/csharp-ldap Class Usage Examples

Méthodes publiques

Méthode Description
GetEnumerator ( ) : System.Collections.IEnumerator

Returns an iterator over the responses in this set. The responses returned from this iterator are not in any particular order.

RespExtensionSet ( ) : System
findResponseExtension ( System searchOID ) : Type
registerResponseExtension ( System oid, System extClass ) : void

Method Details

GetEnumerator() public méthode

Returns an iterator over the responses in this set. The responses returned from this iterator are not in any particular order.
public GetEnumerator ( ) : System.Collections.IEnumerator
Résultat System.Collections.IEnumerator

RespExtensionSet() public méthode

public RespExtensionSet ( ) : System
Résultat System

findResponseExtension() public méthode

public findResponseExtension ( System searchOID ) : Type
searchOID System
Résultat System.Type

registerResponseExtension() public méthode

public registerResponseExtension ( System oid, System extClass ) : void
oid System
extClass System
Résultat void