KLdap
KLDAPCore::LdapResult Struct Reference
#include <ldapclientsearch.h>
Public Types | |
using | List = QList<LdapResult> |
Public Attributes | |
int | clientNumber |
int | completionWeight |
KLDAPCore::LdapDN | dn |
QStringList | |
QString | name |
Detailed Description
Describes the result returned by an LdapClientSearch query.
- Since
- 4.5
Definition at line 35 of file ldapclientsearch.h.
Member Typedef Documentation
◆ List
using KLDAPCore::LdapResult::List = QList<LdapResult> |
A list of LdapResult objects.
Definition at line 39 of file ldapclientsearch.h.
Member Data Documentation
◆ clientNumber
int KLDAPCore::LdapResult::clientNumber |
The client the contact comes from (used for sorting in a ldap-only lookup).
Definition at line 44 of file ldapclientsearch.h.
◆ completionWeight
int KLDAPCore::LdapResult::completionWeight |
The weight of the contact (used for sorting in a completion list).
Definition at line 45 of file ldapclientsearch.h.
◆ dn
KLDAPCore::LdapDN KLDAPCore::LdapResult::dn |
Definition at line 41 of file ldapclientsearch.h.
QStringList KLDAPCore::LdapResult::email |
The list of emails of the contact.
Definition at line 43 of file ldapclientsearch.h.
◆ name
QString KLDAPCore::LdapResult::name |
The full name of the contact.
Definition at line 42 of file ldapclientsearch.h.
The documentation for this struct was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:34:09 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:34:09 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.