A find query.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public class Query : INotifyPropertyChanged
Public Class Query Implements INotifyPropertyChanged
public ref class Query : INotifyPropertyChanged
type Query = class interface INotifyPropertyChanged end
Members
All Members | Constructors | Methods | Properties | Events | |
Icon | Member | Description |
---|---|---|
Query(String) |
New.
| |
Equals(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 a hash function for a particular type. (Inherited from Object.) | |
GetTextMatchers(String, OptionsViewModel) |
Gets the chosen text matchers for the query options.
| |
GetType()()()() | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ProcessReplacementSyntax(String, Highlight) |
Uses any enabled text matchers to process any relevant find syntax (eg. \1 style groupings in regex).
| |
PropertyChanged |
Occurs when a property value changes.
| |
QueryText |
The query text
| |
ReasonInvalid |
Any reason why the query is invalid, if it is otherwise empty.
| |
ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) | |
Valid |
Whether the query is valid, relative to the find options specified.
|
Inheritance Hierarchy
Object | |
Query |
Assembly: Keyoti4.RapidFindReplace.WPF (Module: Keyoti4.RapidFindReplace.WPF.dll) Version: 1.0.14.531 (1.0.14.531)