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
파일 보기 프로젝트 열기: EventStore/csharp-ldap 1 사용 예제들

공개 메소드들

메소드 설명
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