C# 클래스 Novell.Directory.Ldap.Rfc2251.RfcModifyRequest

Represents an Ldap Modify Request.
 ModifyRequest ::= [APPLICATION 6] SEQUENCE { object          LdapDN, modification    SEQUENCE OF SEQUENCE { operation       ENUMERATED { add     (0), delete  (1), replace (2) }, modification    AttributeTypeAndValues } } 
상속: Novell.Directory.Ldap.Asn1.Asn1Sequence, RfcRequest
파일 보기 프로젝트 열기: EventStore/csharp-ldap

공개 메소드들

메소드 설명
RfcModifyRequest ( RfcLdapDN object_Renamed, Asn1SequenceOf modification ) : System

dupRequest ( System base_Renamed, System filter, bool request ) : RfcRequest
getIdentifier ( ) : Asn1Identifier

Override getIdentifier to return an application-wide id.

getRequestDN ( ) : System.String

Return the String value of the DN associated with this request

비공개 메소드들

메소드 설명
RfcModifyRequest ( Asn1Object origRequest, System base_Renamed ) : System

Constructs a new Modify Request copying from the ArrayList of an existing request.

메소드 상세

RfcModifyRequest() 공개 메소드

public RfcModifyRequest ( RfcLdapDN object_Renamed, Asn1SequenceOf modification ) : System
object_Renamed RfcLdapDN
modification Novell.Directory.Ldap.Asn1.Asn1SequenceOf
리턴 System

dupRequest() 공개 메소드

public dupRequest ( System base_Renamed, System filter, bool request ) : RfcRequest
base_Renamed System
filter System
request bool
리턴 RfcRequest

getIdentifier() 공개 메소드

Override getIdentifier to return an application-wide id.
public getIdentifier ( ) : Asn1Identifier
리턴 Novell.Directory.Ldap.Asn1.Asn1Identifier

getRequestDN() 공개 메소드

Return the String value of the DN associated with this request
public getRequestDN ( ) : System.String
리턴 System.String