TwoOperandExpressionType Class
The TwoOperandExpressionType class is the base class for derived classes that represent a restriction that is formed by comparing two values against one another.
Namespace: ExchangeWebServices
Assembly: EWS (in ews.dll)
Syntax
'Declaration
<SerializableAttribute> _
<XmlIncludeAttribute(GetType(IsLessThanOrEqualToType))> _
<XmlIncludeAttribute(GetType(IsEqualToType))> _
<XmlTypeAttribute(Namespace:="https://schemas.microsoft.com/exchange/services/2006/types")> _
<XmlIncludeAttribute(GetType(IsGreaterThanType))> _
<XmlIncludeAttribute(GetType(IsLessThanType))> _
<XmlIncludeAttribute(GetType(IsGreaterThanOrEqualToType))> _
<GeneratedCodeAttribute("wsdl", "2.0.50727.42")> _
<DesignerCategoryAttribute("code")> _
<XmlIncludeAttribute(GetType(IsNotEqualToType))> _
<DebuggerStepThroughAttribute> _
Public MustInherit Class TwoOperandExpressionType
Inherits SearchExpressionType
[SerializableAttribute]
[XmlIncludeAttribute(typeof(IsLessThanOrEqualToType))]
[XmlIncludeAttribute(typeof(IsEqualToType))]
[XmlTypeAttribute(Namespace="https://schemas.microsoft.com/exchange/services/2006/types")]
[XmlIncludeAttribute(typeof(IsGreaterThanType))]
[XmlIncludeAttribute(typeof(IsLessThanType))]
[XmlIncludeAttribute(typeof(IsGreaterThanOrEqualToType))]
[GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[DesignerCategoryAttribute("code")]
[XmlIncludeAttribute(typeof(IsNotEqualToType))]
[DebuggerStepThroughAttribute]
public abstract class TwoOperandExpressionType : SearchExpressionType
[SerializableAttribute]
[XmlIncludeAttribute(typeof(IsLessThanOrEqualToType))]
[XmlIncludeAttribute(typeof(IsEqualToType))]
[XmlTypeAttribute(Namespace=L"https://schemas.microsoft.com/exchange/services/2006/types")]
[XmlIncludeAttribute(typeof(IsGreaterThanType))]
[XmlIncludeAttribute(typeof(IsLessThanType))]
[XmlIncludeAttribute(typeof(IsGreaterThanOrEqualToType))]
[GeneratedCodeAttribute(L"wsdl", L"2.0.50727.42")]
[DesignerCategoryAttribute(L"code")]
[XmlIncludeAttribute(typeof(IsNotEqualToType))]
[DebuggerStepThroughAttribute]
public ref class TwoOperandExpressionType abstract : public SearchExpressionType
/** @attribute SerializableAttribute() */
/** @attribute XmlIncludeAttribute(ExchangeWebServices.IsLessThanOrEqualToType) */
/** @attribute XmlIncludeAttribute(ExchangeWebServices.IsEqualToType) */
/** @attribute XmlTypeAttribute(Namespace="https://schemas.microsoft.com/exchange/services/2006/types") */
/** @attribute XmlIncludeAttribute(ExchangeWebServices.IsGreaterThanType) */
/** @attribute XmlIncludeAttribute(ExchangeWebServices.IsLessThanType) */
/** @attribute XmlIncludeAttribute(ExchangeWebServices.IsGreaterThanOrEqualToType) */
/** @attribute GeneratedCodeAttribute("wsdl", "2.0.50727.42") */
/** @attribute DesignerCategoryAttribute("code") */
/** @attribute XmlIncludeAttribute(ExchangeWebServices.IsNotEqualToType) */
/** @attribute DebuggerStepThroughAttribute() */
public abstract class TwoOperandExpressionType extends SearchExpressionType
SerializableAttribute
XmlIncludeAttribute(ExchangeWebServices.IsLessThanOrEqualToType)
XmlIncludeAttribute(ExchangeWebServices.IsEqualToType)
XmlTypeAttribute(Namespace="https://schemas.microsoft.com/exchange/services/2006/types")
XmlIncludeAttribute(ExchangeWebServices.IsGreaterThanType)
XmlIncludeAttribute(ExchangeWebServices.IsLessThanType)
XmlIncludeAttribute(ExchangeWebServices.IsGreaterThanOrEqualToType)
GeneratedCodeAttribute("wsdl", "2.0.50727.42")
DesignerCategoryAttribute("code")
XmlIncludeAttribute(ExchangeWebServices.IsNotEqualToType)
DebuggerStepThroughAttribute
public abstract class TwoOperandExpressionType extends SearchExpressionType
Remarks
The TwoOperandExpressionType class is the base class for the IsEqualToType, IsGreaterThanType, IsGreaterThanOrEqualToType, IsLessThanType, IsLessThanOrEqualToType, and IsNotEqualToType classes.
Inheritance Hierarchy
System.Object
ExchangeWebServices.SearchExpressionType
ExchangeWebServices.TwoOperandExpressionType
Derived Classes
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Longhorn, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional with Service Pack 2 (SP2)
See Also