AndType
extends MultipleOperandBooleanExpressionType
in package
Represents a search expression that allows you to perform a Boolean AND operation between two or more search expressions.
The result of the AND operation is true if all the search expressions contained within the And element are true.
Table of Contents
Properties
- $And : AndType
- Represents a search expression that enables you to perform a Boolean AND operation between two or more search expressions.
- $Contains : ContainsExpressionType
- Represents a search expression that determines whether a given property contains the supplied constant string value.
- $Excludes : ExcludesType
- Performs a bitwise mask of the properties.
- $Exists : ExistsType
- Represents a search expression that returns true if the supplied property exists on an item.
- $IsEqualTo : IsEqualToType
- Represents a search expression that compares a property with either a constant value or another property and evaluates to true if they are equal.
- $IsGreaterThan : IsGreaterThanType
- Represents a search expression that compares a property with either a constant value or another property and returns true if the first property is greater than the value or property.
- $IsGreaterThanOrEqualTo : IsGreaterThanOrEqualToType
- Represents a search expression that compares a property with either a constant value or another property and returns true if the first property is greater than or equal to the value or property.
- $IsLessThan : IsLessThanType
- Represents a search expression that compares a property with either a constant value or another property and returns true if the first property is less than the value or property.
- $IsLessThanOrEqualTo : IsLessThanOrEqualToType
- Represents a search expression that compares a property with either a constant value or another property and returns true if the first property is less than or equal to the value or property.
- $IsNotEqualTo : IsNotEqualToType
- Represents a search expression that compares a property with either a constant value or another property and returns true if the values are not the same.
- $Not : NotType
- Represents a search expression that negates the Boolean value of the search expression it contains.
- $Or : OrType
- Represents a search expression that performs a logical OR operation on the search expression it contains. The Or element will return true if any of its children return true.
Methods
- __clone() : mixed
- Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
Properties
$And
Represents a search expression that enables you to perform a Boolean AND operation between two or more search expressions.
public
AndType
$And
Tags
$Contains
Represents a search expression that determines whether a given property contains the supplied constant string value.
public
ContainsExpressionType
$Contains
Tags
$Excludes
Performs a bitwise mask of the properties.
public
ExcludesType
$Excludes
Tags
$Exists
Represents a search expression that returns true if the supplied property exists on an item.
public
ExistsType
$Exists
Tags
$IsEqualTo
Represents a search expression that compares a property with either a constant value or another property and evaluates to true if they are equal.
public
IsEqualToType
$IsEqualTo
Tags
$IsGreaterThan
Represents a search expression that compares a property with either a constant value or another property and returns true if the first property is greater than the value or property.
public
IsGreaterThanType
$IsGreaterThan
Tags
$IsGreaterThanOrEqualTo
Represents a search expression that compares a property with either a constant value or another property and returns true if the first property is greater than or equal to the value or property.
public
IsGreaterThanOrEqualToType
$IsGreaterThanOrEqualTo
Tags
$IsLessThan
Represents a search expression that compares a property with either a constant value or another property and returns true if the first property is less than the value or property.
public
IsLessThanType
$IsLessThan
Tags
$IsLessThanOrEqualTo
Represents a search expression that compares a property with either a constant value or another property and returns true if the first property is less than or equal to the value or property.
public
IsLessThanOrEqualToType
$IsLessThanOrEqualTo
Tags
$IsNotEqualTo
Represents a search expression that compares a property with either a constant value or another property and returns true if the values are not the same.
public
IsNotEqualToType
$IsNotEqualTo
Tags
$Not
Represents a search expression that negates the Boolean value of the search expression it contains.
public
NotType
$Not
Tags
$Or
Represents a search expression that performs a logical OR operation on the search expression it contains. The Or element will return true if any of its children return true.
public
OrType
$Or
Tags
Methods
__clone()
Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
public
__clone() : mixed