Share via


WildcardFilter members

Include protected members
Include inherited members

This filter limits the external data items returned to those whose value is a match to a string that contains a wildcard character, such as an asterisk (*).

The WildcardFilter type exposes the following members.

Constructors

  Name Description
Public method WildcardFilter This member is reserved for internal use and is not intended to be used directly from your code.. Creates a wildcard filter by using a FileDescriptor object and a MethodInstance object.

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. (Inherited from ComparisonFilter.)
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. (Inherited from ComparisonFilter.)
Public property SystemIndependentValue Gets or sets the external system-independent value of this wildcardfilter.
Public property Value Gets or sets the external system-dependent value of this wildcard filter. (Overrides ComparisonFilter.Value.)
Public property ValueCount Gets the count of the comparison filter values, which for the ComparisonFilter is always 1. (Inherited from ComparisonFilter.)

Top

Methods

  Name Description
Public method CreateObjRef (Inherited from MarshalByRefObject.)
Public methodStatic member Escape Adds the escape characters that are used for this wildcard filter to the specified string.
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

See also

Reference

WildcardFilter class

Microsoft.Office.BusinessData.Runtime namespace