[]
Base class for value converters that evaluates expressions using the C1ExpressionEngine.
public abstract class ExpressionEvaluationConverterBase : INotifyPropertyChanged
Public MustInherit Class ExpressionEvaluationConverterBase
Implements INotifyPropertyChanged
| Name | Description |
|---|---|
| ExpressionEvaluationConverterBase() |
| Name | Description |
|---|---|
| Engine | Gets or sets the expression engine which dynamically produce an expression and get the result of the expression. |
| Name | Description |
|---|---|
| Convert(object, Type) | Converts the evaluation results to the target type, if possible. |
| Evaluate(object, string, Type, CultureInfo) | Evaluates the expression and converts the results to the target type. |
| OnPropertyChanged(object, PropertyChangedEventArgs) | Raises the property changed event. |
| Name | Description |
|---|---|
| PropertyChanged |