• Articles
  • Api Documentation
Show / Hide Table of Contents
  • Dapplo.ActiveDirectory
    • ActiveDirectoryExtensions
    • ActiveDirectoryGlobals
    • AdPropertyAttribute
    • IAdObject
    • IAdObjectFactory
  • Dapplo.ActiveDirectory.Entities
    • Comparisons
    • DistinguishedName
    • Operators
    • Property
    • PropertyComparison
    • Query
    • QueryElement
    • Value
  • Dapplo.ActiveDirectory.Enums
    • AdProperties
    • ClassNames
    • ComputerProperties
    • DistinguishedNameAttributes
    • UserAccountControlFlags
    • UserProperties
  • Dapplo.ActiveDirectory.Extensions
    • AdDateTimeExtensions
    • DirectoryEntryPropertyExtensions
    • EnumExtensions
    • PropertyInfoExtension
  • Dapplo.ActiveDirectory.Finder
    • FinderAddonModule
    • Startup
  • Dapplo.ActiveDirectory.Finder.Configuration
    • IFinderTranslations
  • Dapplo.ActiveDirectory.Finder.Entities
    • IUser
  • Dapplo.ActiveDirectory.Finder.Ui.ViewModels
    • FinderViewModel
  • Dapplo.ActiveDirectory.Finder.Ui.Views
    • FinderView
  • Dapplo.ActiveDirectory.Internal
    • IAdsLargeInteger
    • IADsSecurityDescriptor
    • SimpleDictionaryProxy

Namespace Dapplo.ActiveDirectory.Entities

Classes

DistinguishedName

This class helps with processing a DistinguishedName See: https://msdn.microsoft.com/en-us/library/windows/desktop/aa366101.aspx

Property

A simple non mutable container for properties This will do all the encoding and other validations

PropertyComparison

Represents a Property equals "(operatingSystem=Windows XP)" There is also a Negate method, which makes "(!operatingSystem=Windows XP)"

Query

Query is a query builder for Active Directory queries

QueryElement

This is the base class for all elements in a query

Value

A simple non mutable container for values This will do all the encoding and other validations

Enums

Comparisons

The comparisons for a property

Operators

the operators which are used inside a query

In This Article
Back to top Copyright © Dapplo