C# Class Novell.Directory.Ldap.LdapExtendedOperation

Encapsulates an ID which uniquely identifies a particular extended operation, known to a particular server, and the data associated with that extended operation.
Inheritance: System.ICloneable
显示文件 Open project: EventStore/csharp-ldap Class Usage Examples

Public Methods

Method Description
Clone ( ) : Object

Returns a clone of this object.

getID ( ) : System.String

Returns the unique identifier of the operation.

Protected Methods

Method Description
setID ( System newoid ) : void

Resets the OID for the operation to a new value

Private Methods

Method Description
LdapExtendedOperation ( System oid, sbyte vals ) : System
getValue ( ) : sbyte[]
setValue ( sbyte newVals ) : void

Method Details

Clone() public method

Returns a clone of this object.
public Clone ( ) : Object
return System.Object

getID() public method

Returns the unique identifier of the operation.
public getID ( ) : System.String
return System.String

setID() protected method

Resets the OID for the operation to a new value
protected setID ( System newoid ) : void
newoid System The new OID for the operation ///
return void