Search Results for

    Show / Hide Table of Contents

    Class SearchConfigurationProfile

    Search profile

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

    Properties

    | Improve this Doc View Source

    ConfigurationId

    Gets or sets the configuration id

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

    FulltextShowDirectInput

    Gets or sets whether to show the fulltext search as direct input or not

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

    FulltextValue

    Gets or sets the current fultlext value

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

    IsConfiguration

    Gets or sets whether this profile is the same configuration. When loading for this profile no entry will be created. Only the values are copied to the configuration

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

    IsSelected

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

    Name

    Gets or sets the profil ename

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

    Values

    Gets or sets a list of profile values

    Declaration
    public IList<SearchConfigurationProfileValue> Values { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IList<SearchConfigurationProfileValue>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx