Class SearchGroupViewModel
  
  
  
  
    Inheritance
    System.Object
    SearchGroupViewModel
   
  
  Assembly: Simplic.Framework.DBUI.dll
  Syntax
  
    public class SearchGroupViewModel : UI.MVC.ViewModelBase
   
  Constructors
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  SearchGroupViewModel(SearchGroup, IList<SearchConfigurationColumnDefinition>)
  
  
  Declaration
  
    public SearchGroupViewModel(SearchGroup gridSearchGroup, IList<SearchConfigurationColumnDefinition> columns)
   
  Parameters
  
  Properties
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  ActiveItems
  
  
  Declaration
  
    public ObservableCollection<SearchGroupItemViewModel> ActiveItems { get; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  AddIcon
  
  
  Declaration
  
    public ImageSource AddIcon { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | ImageSource | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  AddNewSearchGroupItemCommand
  
  
  Declaration
  
    public ICommand AddNewSearchGroupItemCommand { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | ICommand | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  DeleteGroupCommand
  
  
  Declaration
  
    public ICommand DeleteGroupCommand { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | ICommand | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  DeleteIcon
  
  
  Declaration
  
    public ImageSource DeleteIcon { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | ImageSource | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  ItemsViewModels
  
  
  Declaration
  
    public ObservableCollection<SearchGroupItemViewModel> ItemsViewModels { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Model
  
  
  Declaration
  
    public SearchGroup Model { get; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  OperatorDisplayText
  
  
  Declaration
  
    public string OperatorDisplayText { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Operators
  
  
  Declaration
  
    public ObservableCollection<BooleanOperatorDisplayObject> Operators { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  OperatorVisibility
  
  
  Declaration
  
    public Visibility OperatorVisibility { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | Visibility | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  SelectedOperator
  
  
  Declaration
  
    public BooleanOperator SelectedOperator { get; set; }
   
  Property Value
  
  Methods
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  DeepClone()
  
  
  Declaration
  
    public SearchGroupViewModel DeepClone()
   
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  OnAddNewSearchGroupItemCommand(Object)
  
  
  Declaration
  
    public void OnAddNewSearchGroupItemCommand(object commandParameter = null)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Object | 
        commandParameter | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  OnDeleteGroupCommand(Object)
  
  
  Declaration
  
    public void OnDeleteGroupCommand(object commandParameter = null)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Object | 
        commandParameter | 
         |