Class CriteriaCollection
Represents the collection of criteria conditions.
Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: Relativity.Testing.Framework.Models
Assembly: Relativity.Testing.Framework.dll
Syntax
public class CriteriaCollection : BaseCriteriaProperties
| Improve this Doc View SourceConditions
Gets or sets collection of Criteria conditions. In project represents like CriteriaCollection or Criteria.
Declaration
public List<BaseCriteria> Conditions { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.List<BaseCriteria> |