|
|
Async
|
The AsyncSearcherTSearch type exposes the following members.
| Name | Description | |
|---|---|---|
| AsyncSearcherTSearch | Creates a new instance of the AsyncSearcherTSearch class. |
| Name | Description | |
|---|---|---|
| IgnoreCase | Gets or sets the flag that determines whether to ignore case when running the search. | |
| SearchCategories | Gets the names of the properties to which the search string will be applied. | |
| Searching | Gets the flag that indicates whether the AsyncSearcherTSearch is in the middle of a search operation. | |
| SearchText | Gets or sets the text to be searched for. | |
| UseRegex | Gets or sets the flag that determines whether to process the search tokens as regular expressions. | |
| UseWildcards | Gets or sets the flag that determines whether to process *, ?, and - characters as wildcards. |
| Name | Description | |
|---|---|---|
| Add | Adds a collection of items to the search. | |
| Cancel | Cancels currently running searches. | |
| Clear | Clears the queue of items to search. | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| Name | Description | |
|---|---|---|
| MatchesFound | Event triggered when the searcher finds a match. | |
| SearchComplete | Event triggered when the searcher has finished searching all the items in its queue. |
| Name | Description | |
|---|---|---|
| GetEnumValueOrDefault |
Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions) | |
| GetEnumValueOrDefaultT |
Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions) |