Show / Hide Table of Contents

Class LdapEntryBase

Inheritance
System.Object
LdapEntryBase
LdapOrganization
LdapUser
Implements
ILdapEntry
Namespace: Volo.Abp.Ldap.Modeling
Assembly: Volo.Abp.Ldap.dll
Syntax
public abstract class LdapEntryBase : object, ILdapEntry

Constructors

LdapEntryBase()

Declaration
protected LdapEntryBase()

LdapEntryBase(LdapAttributeSet)

Declaration
protected LdapEntryBase(LdapAttributeSet attributeSet)
Parameters
Type Name Description
LdapAttributeSet attributeSet

Properties

CommonName

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

DistinguishedName

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

Name

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

ObjectCategory

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

ObjectClass

Declaration
public string[] ObjectClass { get; set; }
Property Value
Type Description
System.String[]

Implements

ILdapEntry

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