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
Mostrar archivo Open project: EventStore/csharp-ldap Class Usage Examples

Public Methods

Method 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 method

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
return System.Collections.IEnumerator

RespExtensionSet() public method

public RespExtensionSet ( ) : System
return System

findResponseExtension() public method

public findResponseExtension ( System searchOID ) : Type
searchOID System
return System.Type

registerResponseExtension() public method

public registerResponseExtension ( System oid, System extClass ) : void
oid System
extClass System
return void