Show / Hide Table of Contents

Class Criteria

Singular Criteria class.

Inheritance
System.Object
BaseCriteria
Criteria
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 Criteria : BaseCriteria

Properties

| Improve this Doc View Source

Condition

Gets or sets criteria Condition. In project represents like CriteriaCondition or CriteriaDateCondition.

Declaration
public Condition Condition { get; set; }
Property Value
Type Description
Condition
| Improve this Doc View Source

HasPermission

Gets or sets indicates if current user has permission to view criteria.

Declaration
public bool? HasPermission { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX