Search Results for

    Show / Hide Table of Contents

    Class SearchConfigurationColumnDefinition

    Inheritance
    System.Object
    SearchConfigurationColumnDefinition
    Implements
    INotifyPropertyChanged
    Namespace: Simplic.Framework.DBUI
    Assembly: Simplic.Framework.DBUI.dll
    Syntax
    public class SearchConfigurationColumnDefinition : IEqualityComparer<SearchConfigurationColumnDefinition>

    Properties

    | Improve this Doc View Source

    AllowedOperators

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

    DisplayName

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

    Id

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

    InternName

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

    SearchDataType

    Declaration
    public SearchDataType SearchDataType { get; set; }
    Property Value
    Type Description
    SearchDataType

    Methods

    | Improve this Doc View Source

    Equals(SearchConfigurationColumnDefinition, SearchConfigurationColumnDefinition)

    Declaration
    public bool Equals(SearchConfigurationColumnDefinition x, SearchConfigurationColumnDefinition y)
    Parameters
    Type Name Description
    SearchConfigurationColumnDefinition x
    SearchConfigurationColumnDefinition y
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Equals(Object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    System.Object obj
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32
    | Improve this Doc View Source

    GetHashCode(SearchConfigurationColumnDefinition)

    Declaration
    public int GetHashCode(SearchConfigurationColumnDefinition obj)
    Parameters
    Type Name Description
    SearchConfigurationColumnDefinition obj
    Returns
    Type Description
    System.Int32

    Events

    | Improve this Doc View Source

    PropertyChanged

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type Description
    PropertyChangedEventHandler

    Implements

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