C# Класс 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.
Наследование: System.ICloneable
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Clone ( ) : Object

Returns a clone of this object.

getID ( ) : System.String

Returns the unique identifier of the operation.

Защищенные методы

Метод Описание
setID ( System newoid ) : void

Resets the OID for the operation to a new value

Приватные методы

Метод Описание
LdapExtendedOperation ( System oid, sbyte vals ) : System
getValue ( ) : sbyte[]
setValue ( sbyte newVals ) : void

Описание методов

Clone() публичный Метод

Returns a clone of this object.
public Clone ( ) : Object
Результат System.Object

getID() публичный Метод

Returns the unique identifier of the operation.
public getID ( ) : System.String
Результат System.String

setID() защищенный Метод

Resets the OID for the operation to a new value
protected setID ( System newoid ) : void
newoid System The new OID for the operation ///
Результат void