WildcardFilter members

Represents a filter that limits the instances returned to those such as a field named value, where value may contain the asterisk (*) wildcard character.

The WildcardFilter type exposes the following members.

Constructors

  Name Description
Public method WildcardFilter Creates a WildcardFilter object 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 wildcard filter.
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 is always 1. (Inherited from ComparisonFilter.)

Top

Methods

  Name Description
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 of the filter values for TypeDescriptor objects. (Inherited from UserInputFilter.)
Public method GetValueType Gets the type of the user input filter value. (Inherited from UserInputFilter.)

Top

See also

Reference

WildcardFilter class

Microsoft.SharePoint.BusinessData.Runtime namespace