Skip to main content
A newer version of this page is available. .

ExpressionEditorPresenter Constructors

Provides the Presenter functionality to an Expression Editor.
Name Parameters Description
ExpressionEditorPresenter(ExpressionEditorModel, IExpressionEditorView, ExpressionEditorContext, Func<String, String>) model, view, context, validate Initializes a new instance of the ExpressionEditorPresenter class with the specified settings.
ExpressionEditorPresenter(ExpressionEditorModel, IExpressionEditorView, Func<String, String>, ExpressionEditorContext) model, view, validate, context Initializes a new instance of the ExpressionEditorPresenter class with the specified settings.
See Also