Keyoti RapidFindReplace WPF API Docs
Query Class
API DocumentationKeyoti.RapidFindReplace.WPFQuery
Keyoti RapidFindReplace WPF
A find query.
Declaration Syntax
C#Visual BasicVisual C++F#
public class Query : INotifyPropertyChanged
Public Class Query
	Implements INotifyPropertyChanged
public ref class Query : INotifyPropertyChanged
type Query =  
    class
        interface INotifyPropertyChanged
    end
Members
All MembersConstructorsMethodsPropertiesEvents



IconMemberDescription
Query(String)
New.

Equals(Object)
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 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)