C# Class 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 } } 
Inheritance: Novell.Directory.Ldap.Asn1.Asn1Sequence, RfcRequest
Mostrar archivo Open project: EventStore/csharp-ldap

Public Methods

Method Description
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

Private Methods

Method Description
RfcModifyRequest ( Asn1Object origRequest, System base_Renamed ) : System

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

Method Details

RfcModifyRequest() public method

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

dupRequest() public method

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

getIdentifier() public method

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

getRequestDN() public method

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