Class FilterConditionInputDto  
  
  
    - Namespace
- Raytha.Application.Views
- Assembly
- Raytha.Application.dll
 
  
  
  
    public record FilterConditionInputDto : IEquatable<FilterConditionInputDto>
   
  
    - Inheritance
- 
      
      FilterConditionInputDto 
    - Implements
- 
      
    
    - Inherited Members
- 
    
    
    
    
    
    
    
  
Properties
  
  
  
  
  
    public string ConditionOperator { get; init; }
   
  Property Value
  
    - string
    public string? Field { get; init; }
   
  Property Value
  
    - string
    public string GroupOperator { get; init; }
   
  Property Value
  
    - string
    public Guid Id { get; init; }
   
  Property Value
  
    - Guid
    public Guid? ParentId { get; init; }
   
  Property Value
  
    - Guid?
    public string Type { get; init; }
   
  Property Value
  
    - string
    public string? Value { get; init; }
   
  Property Value
  
    - string