Search Results for

    Show / Hide Table of Contents

    Class SearchGroupItem

    Represents a search itim within a group

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

    Properties

    | Improve this Doc View Source

    BitDataTypeValue

    Gets or sets the bit value for the search

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

    Column

    Gets or sets the column to search in

    Declaration
    public SearchConfigurationColumnDefinition Column { get; set; }
    Property Value
    Type Description
    SearchConfigurationColumnDefinition
    | Improve this Doc View Source

    ColumnName

    Gets or sets the column name

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

    DateDataTypeValue1

    Gets or sets the search value for the given type

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

    DateDataTypeValue2

    Gets or sets the search value for the given type

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

    DoubleDataTypeValue1

    Gets or sets the search value for the given type

    Declaration
    public double? DoubleDataTypeValue1 { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Double>
    | Improve this Doc View Source

    DoubleDataTypeValue2

    Gets or sets the search value for the given type

    Declaration
    public double? DoubleDataTypeValue2 { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Double>
    | Improve this Doc View Source

    Id

    Gets or sets a unique item id

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

    IsActive

    Gets or sets whether the item should be involved in the group

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

    IsRequired

    Gets or sets whether the item should be immutable (required)

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

    NumberDataTypeValue1

    Gets or sets the search value for the given type

    Declaration
    public int? NumberDataTypeValue1 { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    | Improve this Doc View Source

    NumberDataTypeValue2

    Gets or sets the search value for the given type

    Declaration
    public int? NumberDataTypeValue2 { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    | Improve this Doc View Source

    Operator

    Gets or sets the operator which connects the item with other items in the group (e.g. and, or, ...)

    Declaration
    public BooleanOperator Operator { get; set; }
    Property Value
    Type Description
    BooleanOperator
    | Improve this Doc View Source

    SearchOperator

    Gets or sets the current search operator

    Declaration
    public SearchOperator SearchOperator { get; set; }
    Property Value
    Type Description
    SearchOperator
    | Improve this Doc View Source

    StringDataTypeValue

    Gets or sets the search value for the given type

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

    TimeDataTypeValue1

    Gets or sets the search value for the given type

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

    TimeDataTypeValue2

    Gets or sets the search value for the given type

    Declaration
    public TimeSpan? TimeDataTypeValue2 { get; set; }
    Property Value
    Type Description
    System.Nullable<System.TimeSpan>

    Methods

    | Improve this Doc View Source

    DeepClone()

    Clone the current item

    Declaration
    public SearchGroupItem DeepClone()
    Returns
    Type Description
    SearchGroupItem

    New item instance

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx