Search Results for

    Show / Hide Table of Contents

    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 Source

    SearchConfigurationWindow(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 Source

    IsDeleted

    Declaration
    public bool IsDeleted { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsSaved

    Declaration
    public bool IsSaved { get; }
    Property Value
    Type Description
    System.Boolean

    Methods

    | Improve this Doc View Source

    OnDelete(WindowDeleteEventArg)

    Declaration
    public override void OnDelete(WindowDeleteEventArg e)
    Parameters
    Type Name Description
    WindowDeleteEventArg e
    | Improve this Doc View Source

    OnSave(WindowSaveEventArg)

    Fired when the save button is clicked

    Declaration
    public override void OnSave(WindowSaveEventArg e)
    Parameters
    Type Name Description
    WindowSaveEventArg e
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx