Show / Hide Table of Contents

Interface ILdapUser

Inherited Members
ILdapEntry.ObjectCategory
ILdapEntry.ObjectClass
ILdapEntry.Name
ILdapEntry.DistinguishedName
ILdapEntry.CommonName
Namespace: Volo.Abp.Ldap.Modeling
Assembly: Volo.Abp.Ldap.dll
Syntax
public interface ILdapUser : ILdapEntry

Properties

DisplayName

Declaration
string DisplayName { get; set; }
Property Value
Type Description
System.String

Email

Declaration
string Email { get; set; }
Property Value
Type Description
System.String

Phone

Declaration
string Phone { get; set; }
Property Value
Type Description
System.String

SamAccountName

Declaration
string SamAccountName { get; set; }
Property Value
Type Description
System.String

UserPrincipalName

Declaration
string UserPrincipalName { get; set; }
Property Value
Type Description
System.String

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft