Show / Hide Table of Contents

Class CriteriaCollection

Represents the collection of criteria conditions.

Inheritance
System.Object
BaseCriteria
CriteriaCollection
Inherited Members
BaseCriteria.BooleanOperator
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 : BaseCriteria

Properties

| Improve this Doc View Source

Conditions

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>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX