C# Class Novell.Directory.Ldap.LdapAddRequest

Represents an Ldap Add Request.
Inheritance: LdapMessage
Afficher le fichier Open project: EventStore/csharp-ldap Class Usage Examples

Méthodes publiques

Méthode Description
LdapAddRequest ( LdapEntry entry, LdapControl cont ) : System

Constructs a request to add an entry to the directory.

ToString ( ) : System.String

Return an Asn1 representation of this add request. #return an Asn1 representation of this object.

Private Methods

Méthode Description
makeRfcAttrList ( LdapEntry entry ) : RfcAttributeList

Build the attribuite list from an LdapEntry.

Method Details

LdapAddRequest() public méthode

Constructs a request to add an entry to the directory.
public LdapAddRequest ( LdapEntry entry, LdapControl cont ) : System
entry LdapEntry The LdapEntry to add to the directory. /// ///
cont LdapControl Any controls that apply to the add request, /// or null if none. ///
Résultat System

ToString() public méthode

Return an Asn1 representation of this add request. #return an Asn1 representation of this object.
public ToString ( ) : System.String
Résultat System.String