Search Results for

    Show / Hide Table of Contents

    Class SearchConfigurationProfileValue

    Profile item value

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

    Properties

    | Improve this Doc View Source

    IsActive

    Gets or sets whether the search item is active

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

    Item1Bit

    Gets or sets the bit value

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

    Item1Date

    Gets or sets the given value

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

    Item1Double

    Gets or sets the given value

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

    Item1Int

    Gets or sets the given value

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

    Item1String

    Gets or sets the given value

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

    Item1Time

    Gets or sets the given value

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

    Item2Date

    Gets or sets the given value

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

    Item2Double

    Gets or sets the given value

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

    Item2Int

    Gets or sets the given value

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

    Item2String

    Gets or sets the given value

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

    Item2Time

    Gets or sets the given value

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

    ItemId

    Gets or sets the unique id of the SearchGroupItem

    Declaration
    public Guid ItemId { get; set; }
    Property Value
    Type Description
    System.Guid
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx