Show / Hide Table of Contents

Class LogicalOperator

Logical operator to join search queries together.

Inheritance
System.Object
LogicalOperator
LogicalOperator.OrOperator
LogicalOperator.Other
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dropbox.Api.FileProperties
Assembly: Dropbox.Api.dll
Syntax
public class LogicalOperator

Constructors

| Improve this Doc View Source

LogicalOperator()

Initializes a new instance of the LogicalOperator class.

Declaration
public LogicalOperator()

Properties

| Improve this Doc View Source

AsOrOperator

Gets this instance as a OrOperator, or null.

Declaration
public LogicalOperator.OrOperator AsOrOperator { get; }
Property Value
Type Description
LogicalOperator.OrOperator
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public LogicalOperator.Other AsOther { get; }
Property Value
Type Description
LogicalOperator.Other
| Improve this Doc View Source

IsOrOperator

Gets a value indicating whether this instance is OrOperator

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

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • LogicalOperator()
  • Properties
    • AsOrOperator
    • AsOther
    • IsOrOperator
    • IsOther
Back to top Generated by DocFX