ComparisonFilter members

Include protected members
Include inherited members

A user input filter that is used on a call to an external system to only get the entity instances whose fields pass a comparison test.

The ComparisonFilter type exposes the following members.

Constructors

  Name Description
Public method ComparisonFilter This member is reserved for internal use and is not intended to be used directly from your code.

Top

Properties

  Name Description
Public property ContainsLocalizedDisplayName Determines whether the object contains a localized display name. (Inherited from FilterBase.)
Public property FilterDescriptor Gets the filter descriptor. (Inherited from FilterBase.)
Public property Item Gets or sets the value of the filter at the specified index. (Overrides UserInputFilter.Item[Int32].)
Public property LocalizedDisplayName Gets the localized display name. (Inherited from FilterBase.)
Public property Name Gets the filter base name. (Inherited from FilterBase.)
Public property Operator Gets the current comparison operator.
Public property Value Gets or sets the value to compare against.
Public property ValueCount Gets the count of the comparison filter values, which for the ComparisonFilter is always 1. (Overrides UserInputFilter.ValueCount.)

Top

Methods

  Name Description
Public method CreateObjRef (Inherited from MarshalByRefObject.)
Public method GetFilterValueTypeDescriptorsType Gets the type described by the filter's TypeDescriptor. (Inherited from UserInputFilter.)
Public method GetLifetimeService (Inherited from MarshalByRefObject.)
Public method GetValueType Gets the type of the filter value. (Inherited from UserInputFilter.)
Public method InitializeLifetimeService (Inherited from MarshalByRefObject.)
Protected method MemberwiseClone (Inherited from MarshalByRefObject.)
Public method ToString (Inherited from Object.)

Top

Fields

  Name Description
Public fieldStatic member ComparatorPropertyName A constant string that contains the name of the property used for comparison.

Top

See also

Reference

ComparisonFilter class

Microsoft.Office.BusinessData.Runtime namespace