Class TextExpressionEvaluator
Inherited Members
Namespace: PoeShared.Evaluators
Assembly: PoeShared.dll
Syntax
public sealed class TextExpressionEvaluator : DisposableReactiveObject, ITextEvaluator, IDisposable, INotifyPropertyChanged, IHasError
Constructors
Name | Description |
---|---|
TextExpressionEvaluator() |
Properties
Name | Description |
---|---|
Expression | The expression used for matching, which can be a regular expression, text search pattern, or a C# expression depending on exact evaluator type |
IsMatch | Indicates whether the text matches the expression. |
LastError | Gets the last error that occurred. |
Match | The part of the text that matches the expression, if any. |
Text | The text to be evaluated or matched against the expression. |
Extension Methods
NotifyPropertyChangedExtensions.GetPropertyName<TObject, T1>(TObject, Expression<Func<TObject, T1>>)