C# Class Novell.Directory.Ldap.Controls.LdapEntryChangeControl

LdapEntryChangeControl is a Server Control returned at the request of the client in response to a persistent search request. It contains additional information about a change such as what type of change occurred.
Inheritance: Novell.Directory.Ldap.LdapControl
Mostrar archivo Open project: EventStore/csharp-ldap

Public Methods

Method Description
ToString ( ) : System.String

Returns a string representation of the control for debugging.

Private Methods

Method Description
LdapEntryChangeControl ( System oid, bool critical, sbyte value_Renamed ) : System

Method Details

ToString() public method

Returns a string representation of the control for debugging.
public ToString ( ) : System.String
return System.String