• 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

Class PropertyComparison

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

Inheritance
System.Object
QueryElement
PropertyComparison
Inherited Members
QueryElement.Parent
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Dapplo.ActiveDirectory.Entities
Assembly: Dapplo.ActiveDirectory.dll
Syntax
public class PropertyComparison : QueryElement

Properties

| Improve this Doc View Source

Comparison

The used comparison

Declaration
public Comparisons Comparison { get; set; }
Property Value
Type Description
Comparisons
| Improve this Doc View Source

Not

Returns true if the comparison is a "not"

Declaration
public bool Not { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Property

The property to compare

Declaration
public Property Property { get; set; }
Property Value
Type Description
Property
| Improve this Doc View Source

Value

The value to compare

Declaration
public Value Value { get; set; }
Property Value
Type Description
Value

Methods

| Improve this Doc View Source

Negate()

Invert the comparison

Declaration
public void Negate()
| Improve this Doc View Source

ToString()

Create a string representation of this property comparison

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
System.Object.ToString()
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © Dapplo