Class SearchConfigurationWindow
Interaction logic for SearchOptions_Window.xaml
Inheritance
System.Object
SearchConfigurationWindow
Namespace: Simplic.Framework.DBUI
Assembly: Simplic.Framework.DBUI.dll
Syntax
public class SearchConfigurationWindow : RibbonBasedWindow
Constructors
| Improve this Doc View SourceSearchConfigurationWindow(Search, Boolean)
Open search to edit
Declaration
public SearchConfigurationWindow(Search search, bool isFulltextSearchEnabled)
Parameters
| Type | Name | Description |
|---|---|---|
| Search | search | Search instance |
| System.Boolean | isFulltextSearchEnabled |
Properties
| Improve this Doc View SourceIsDeleted
Declaration
public bool IsDeleted { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
IsSaved
Declaration
public bool IsSaved { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Methods
| Improve this Doc View SourceOnDelete(WindowDeleteEventArg)
Declaration
public override void OnDelete(WindowDeleteEventArg e)
Parameters
| Type | Name | Description |
|---|---|---|
| WindowDeleteEventArg | e |
OnSave(WindowSaveEventArg)
Fired when the save button is clicked
Declaration
public override void OnSave(WindowSaveEventArg e)
Parameters
| Type | Name | Description |
|---|---|---|
| WindowSaveEventArg | e |