Interface ITextEvaluator
Namespace: PoeShared.Evaluators
Assembly: PoeShared.dll
Syntax
public interface ITextEvaluator : IDisposable, INotifyPropertyChanged, IHasError
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. |
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>>)