Class LogicalOperator
Logical operator to join search queries together.
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 SourceLogicalOperator()
Initializes a new instance of the LogicalOperator class.
Declaration
public LogicalOperator()
Properties
| Improve this Doc View SourceAsOrOperator
Gets this instance as a OrOperator, or null
.
Declaration
public LogicalOperator.OrOperator AsOrOperator { get; }
Property Value
Type | Description |
---|---|
LogicalOperator.OrOperator |
AsOther
Gets this instance as a Other, or null
.
Declaration
public LogicalOperator.Other AsOther { get; }
Property Value
Type | Description |
---|---|
LogicalOperator.Other |
IsOrOperator
Gets a value indicating whether this instance is OrOperator
Declaration
public bool IsOrOperator { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |