Click or drag to resize

IFilterEditView Interface

View contract for editing query filter expressions.

Namespace: Altaxo.Gui.DataConnection
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public interface IFilterEditView

The IFilterEditView type exposes the following members.

Properties
 NameDescription
Public propertyIntervalFromText Gets or sets the lower interval bound text.
Public propertyintervalToText Gets or sets the upper interval bound text.
Public propertySingleValueText Gets or sets the single comparison value.
Top
Methods
 NameDescription
Public methodSetOperatorChoices Updates the available operator choices.
Public methodSetValueText Updates the combined filter text shown by the view.
Top
Events
 NameDescription
Public eventClearAll Occurs when the filter should be cleared.
Public eventIntervalUpdated Occurs when the interval filter values change.
Public eventSimpleUpdated Occurs when the simple filter value changes.
Top
See Also