Class SearchConfigurationColumnDefinition
  
  
  
  
    Inheritance
    System.Object
    SearchConfigurationColumnDefinition
   
  
    Implements
    INotifyPropertyChanged
   
  
  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
  
  
    |
    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
  
  
    |
    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
  
  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
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Int32 |  | 
    
  
  Events
  
  
    |
    Improve this Doc
  
  
    View Source
  
  PropertyChanged
  
  
  Declaration
  
    public event PropertyChangedEventHandler PropertyChanged
   
  Event Type
  
    
      
        | Type | Description | 
    
    
      
        | PropertyChangedEventHandler |  | 
    
  
  Implements
  
      INotifyPropertyChanged