Search Results for

    Show / Hide Table of Contents

    Class Search

    Search configuration

    Inheritance
    System.Object
    Search
    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 Search

    Constructors

    | Improve this Doc View Source

    Search()

    Initialize search object

    Declaration
    public Search()

    Properties

    | Improve this Doc View Source

    Columns

    Contains a list of searchable columns

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

    Configurations

    Gets all search configurations

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

    ForeignKey

    Gets or sets the search foreign key

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

    Id

    Gets or sets the search object

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

    Profiles

    Gets or sets all profiles

    Declaration
    public IList<SearchConfigurationProfile> Profiles { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IList<SearchConfigurationProfile>

    Methods

    | Improve this Doc View Source

    LoadProfile(Int32)

    Load user profile

    Declaration
    public void LoadProfile(int userId)
    Parameters
    Type Name Description
    System.Int32 userId

    Unique user id

    | Improve this Doc View Source

    SaveProfile()

    Save the user profile settings

    Declaration
    public void SaveProfile()
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx