Search Results for

    Show / Hide Table of Contents

    Class SearchGroup

    Represents a search group

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

    Properties

    | Improve this Doc View Source

    GroupOperator

    Gets the group operator as string

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

    Items

    Gets or sets all search items

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

    Operator

    Gets or sets the operator with which the group is connected with another group

    Declaration
    public BooleanOperator Operator { get; set; }
    Property Value
    Type Description
    BooleanOperator

    Methods

    | Improve this Doc View Source

    DeepClone()

    Clone the current group

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