Поделиться через


ContainsExpressionType Members

Include Protected Members
Include Inherited Members

The ContainsExpressionType class represents a search expression that determines whether a given property contains the supplied constant string value.

The ContainsExpressionType type exposes the following members.

Constructors

  Name Description
Public method ContainsExpressionType The ContainsExpressionType constructor initializes a new instance of the ContainsExpressionType class.

Top

Properties

  Name Description
Public property Constant The Constant property gets or sets a value in a restriction that is compared to a field.
Public property ContainmentComparison The ContainmentComparison property gets or sets a value that specifies whether the search ignores cases and spaces.
Public property ContainmentComparisonSpecified The ContainmentComparisonSpecified property gets or sets a Boolean value that specifies whether the ContainmentComparison property is serialized into the SOAP message.
Public property ContainmentMode The ContainmentMode property gets or sets a value that identifies the boundaries of a search string.
Public property ContainmentModeSpecified The ContainmentModeSpecified property gets a Boolean value that specifies whether the ContainmentMode property is serialized into the SOAP message.
Public property Item The Item property represents the field that is searched for the string in the Constant property.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top