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
Afficher le fichier Open project: EventStore/csharp-ldap

Méthodes publiques

Méthode 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

Méthode 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 méthode

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

dupRequest() public méthode

public dupRequest ( System base_Renamed, System filter, bool request ) : RfcRequest
base_Renamed System
filter System
request bool
Résultat RfcRequest

getIdentifier() public méthode

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

getRequestDN() public méthode

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