WildcardFilter Members

Include Protected Members
Include Inherited Members

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

The WildcardFilter type exposes the following members.

Constructors

  Name Description
Public method WildcardFilter Creates a Wildcard filter.

Top

Properties

  Name Description
Public property ContainsLocalizedDisplayName Indicates whether the filter contains a localized display name. (Inherited from FilterBase.)
Public property LocalizedDisplayName Gets the localized display name of the filter. (Inherited from FilterBase.)
Public property Name Gets the name of the filter. (Inherited from FilterBase.)
Public property Operator Gets the operator for this comparision filter. (Inherited from ComparisonFilter.)
Public property SystemIndependentValue Gets or sets the back-end system-independent value of this Wildcard filter.
Public property Value Gets or sets the back-end system-dependent value of this Wildcard filter. (Overrides ComparisonFilter.Value.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public methodStatic member Escape Adds the escape characters that are used for this Wildcard filter to the specified string.
Protected method Finalize (Inherited from Object.)
Public method GetFilterValueType When overridden in a derived class, returns the type of the filter value. (Inherited from UserInputFilter.)
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

See Also

Reference

WildcardFilter Class

Microsoft.Office.Server.ApplicationRegistry.Runtime Namespace