[]
        
(Showing Draft Content)

C1.WPF.ExpressionEditor.ExpressionEvaluationConverterBase

ExpressionEvaluationConverterBase Class

Base class for value converters that evaluates expressions using the C1ExpressionEngine.

Namespace: C1.WPF.ExpressionEditor
Assembly: C1.WPF.ExpressionEditor.dll
Syntax
public abstract class ExpressionEvaluationConverterBase : INotifyPropertyChanged
Public MustInherit Class ExpressionEvaluationConverterBase
    Implements INotifyPropertyChanged

Constructors

Name Description
ExpressionEvaluationConverterBase()

Properties

Name Description
Engine

Gets or sets the expression engine which dynamically produce an expression and get the result of the expression.

Methods

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.

Events

Name Description
PropertyChanged