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 | |
---|---|---|
WildcardFilter | Creates a Wildcard filter. |
Top
Properties
Name | Description | |
---|---|---|
ContainsLocalizedDisplayName | Indicates whether the filter contains a localized display name. (Inherited from FilterBase.) | |
LocalizedDisplayName | Gets the localized display name of the filter. (Inherited from FilterBase.) | |
Name | Gets the name of the filter. (Inherited from FilterBase.) | |
Operator | Gets the operator for this comparision filter. (Inherited from ComparisonFilter.) | |
SystemIndependentValue | Gets or sets the back-end system-independent value of this Wildcard filter. | |
Value | Gets or sets the back-end system-dependent value of this Wildcard filter. (Overrides ComparisonFilter.Value.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Escape | Adds the escape characters that are used for this Wildcard filter to the specified string. | |
Finalize | (Inherited from Object.) | |
GetFilterValueType | When overridden in a derived class, returns the type of the filter value. (Inherited from UserInputFilter.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Runtime Namespace