Class CsharpExpressionParser
Inheritance
CsharpExpressionParser
Inherited Members
Namespace: PoeShared.Bindings
Assembly: PoeShared.dll
Syntax
public sealed class CsharpExpressionParser : LazyReactiveObject<CsharpExpressionParser>, IDisposable, INotifyPropertyChanged, ICsharpExpressionParser
Constructors
| Name | Description |
|---|---|
| CsharpExpressionParser() |
Properties
| Name | Description |
|---|---|
| CustomTypeProvider | Interface for providing functionality to find custom types for or resolve any type by full or simple name. |
Methods
| Name | Description |
|---|---|
| ParseFunction<TSource, TResult>(string) | Parses a function expression. |
Extension Methods
NotifyPropertyChangedExtensions.GetPropertyName<TObject, T1>(TObject, Expression<Func<TObject, T1>>)
NotifyPropertyChangedExtensions.WhenAnyProperty<TObject, T1>(TObject, Expression<Func<TObject, T1>>)