Search Results for

    Show / Hide Table of Contents

    Class SearchProfile

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

    Constructors

    | Improve this Doc View Source

    SearchProfile()

    Constructor

    Declaration
    public SearchProfile()

    Properties

    | Improve this Doc View Source

    Columns

    Declaration
    public IDictionary<string, AsyncIBColumn> Columns { get; }
    Property Value
    Type Description
    System.Collections.Generic.IDictionary<System.String, AsyncIBColumn>
    | Improve this Doc View Source

    DefaultSearchString

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

    DisplayName

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

    Regex

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

    Statement

    Declaration
    public string Statement { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    AddColumn(String, String, HorizontalAlignment)

    Add new Column

    Declaration
    public void AddColumn(string ColumnName, string DisplayName, HorizontalAlignment Alignment)
    Parameters
    Type Name Description
    System.String ColumnName

    DB ColumnName

    System.String DisplayName

    Header DisplayName

    System.Windows.HorizontalAlignment Alignment

    Cell Alignment

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