Search Results for

    Show / Hide Table of Contents

    Class SearchConfiguration

    Search configuration

    Inheritance
    System.Object
    SearchConfiguration
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.Framework.DBUI
    Assembly: Simplic.Framework.DBUI.dll
    Syntax
    public class SearchConfiguration

    Properties

    | Improve this Doc View Source

    FulltextSearchValue

    Gets or sets the fulltext search value

    Declaration
    public string FulltextSearchValue { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    FulltextShowDirectInput

    Gets or sets the fulltext shows direct input.

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

    Groups

    Gets or sets all search groups

    Declaration
    public IList<SearchGroup> Groups { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IList<SearchGroup>
    | Improve this Doc View Source

    Id

    Gets or sets the configuration name

    Declaration
    public Guid Id { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    IsFulltextSearchActive

    Gets or sets whether to show the fulltext search option

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

    IsProfileConfiguration

    Gets or sets whether this configuration was generated by a profile

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

    IsSelected

    Gets or sets if the configuration is selected

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

    Name

    Gets or sets the name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    RestoreOnOpen

    Gets or sets whether to restore the search when opening the grid or not

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

    Methods

    | Improve this Doc View Source

    DeepClone()

    Clone the current configuration

    Declaration
    public SearchConfiguration DeepClone()
    Returns
    Type Description
    SearchConfiguration

    Clone of the current configuration

    | Improve this Doc View Source

    GenerateFulltextSearchSql(Guid)

    Generate fulltext search result

    Declaration
    public SearchGeneratedResult GenerateFulltextSearchSql(Guid stackId)
    Parameters
    Type Name Description
    System.Guid stackId

    Unique stack id

    Returns
    Type Description
    SearchGeneratedResult

    Search result if if could be generated, else null

    | Improve this Doc View Source

    GenerateSql()

    Gnerate search result

    Declaration
    public SearchGeneratedResult GenerateSql()
    Returns
    Type Description
    SearchGeneratedResult
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx