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 | |
---|---|---|
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 | |
---|---|---|
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 wildcardfilter. | |
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 for the ComparisonFilter is always 1. (Inherited from ComparisonFilter.) |
Top
Methods
Name | Description | |
---|---|---|
CreateObjRef | (Inherited from MarshalByRefObject.) | |
Escape | Adds the escape characters that are used for this wildcard filter to the specified string. | |
GetFilterValueTypeDescriptorsType | Gets the type described by the filter's TypeDescriptor. (Inherited from UserInputFilter.) | |
GetLifetimeService | (Inherited from MarshalByRefObject.) | |
GetValueType | Gets the type of the filter value. (Inherited from UserInputFilter.) | |
InitializeLifetimeService | (Inherited from MarshalByRefObject.) | |
MemberwiseClone | (Inherited from MarshalByRefObject.) | |
ToString | (Inherited from Object.) |
Top