Search Results for

    Show / Hide Table of Contents

    Class SearchConfigurationColumnDefinition

    Inheritance
    System.Object
    SearchConfigurationColumnDefinition
    Implements
    System.Collections.Generic.IEqualityComparer<SearchConfigurationColumnDefinition>
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.Framework.DBUI
    Assembly: Simplic.Framework.DBUI.dll
    Syntax
    public class SearchConfigurationColumnDefinition : IEqualityComparer<SearchConfigurationColumnDefinition>, INotifyPropertyChanged

    Properties

    | Improve this Doc View Source

    AllowedOperators

    Declaration
    public IList<SearchOperator> AllowedOperators { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.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
    System.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
    Overrides
    System.Object.Equals(System.Object)
    | Improve this Doc View Source

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32
    Overrides
    System.Object.GetHashCode()
    | 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
    System.ComponentModel.PropertyChangedEventHandler

    Implements

    System.Collections.Generic.IEqualityComparer<T>
    System.ComponentModel.INotifyPropertyChanged
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx