Class QueryElement
This is the base class for all elements in a query
Inherited Members
System.Object.ToString()
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 abstract class QueryElement
Constructors
| Improve this Doc View SourceQueryElement(Query)
Constructor for an query element, with a reference to the parent
Declaration
protected QueryElement(Query parent)
Parameters
Type | Name | Description |
---|---|---|
Query | parent | Query |
Properties
| Improve this Doc View SourceParent
The parent query for this element
Declaration
public Query Parent { get; }
Property Value
Type | Description |
---|---|
Query |