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 | |
---|---|---|
WildcardFilter | Creates a WildcardFilter object by using a FileDescriptor object and a MethodInstance object. |
Top
Properties
Name | Description | |
---|---|---|
ContainsLocalizedDisplayName | Determines whether the object contains a localized display name. (Inherited from FilterBase.) | |
FilterDescriptor | Gets the filter descriptor. (Inherited from FilterBase.) | |
Item | Gets or sets the value of the filter at the specified index. (Inherited from ComparisonFilter.) | |
LocalizedDisplayName | Gets the localized display name. (Inherited from FilterBase.) | |
Name | Gets the filter base name. (Inherited from FilterBase.) | |
Operator | Gets the current comparison operator. (Inherited from ComparisonFilter.) | |
SystemIndependentValue | Gets or sets the external system-independent value of this wildcard filter. | |
Value | Gets or sets the external system-dependent value of this wildcard filter. (Overrides ComparisonFilter.Value.) | |
ValueCount | Gets the count of the comparison filter values, which is always 1. (Inherited from ComparisonFilter.) |
Top
Methods
Name | Description | |
---|---|---|
Escape | Adds the escape characters that are used for this wildcard filter to the specified string. | |
GetFilterValueTypeDescriptorsType | Gets the type of the filter values for TypeDescriptor objects. (Inherited from UserInputFilter.) | |
GetValueType | Gets the type of the user input filter value. (Inherited from UserInputFilter.) |
Top