Show / Hide Table of Contents

Class Condition

Represents base class for Criteria Conditions.

Inheritance
System.Object
Condition
CriteriaCondition
CriteriaDateCondition
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 Condition

Properties

| Improve this Doc View Source

ConditionType

Gets or sets a condition type.

Declaration
public virtual string ConditionType { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

FieldIdentifier

Gets or sets the Field identifier to be tested by the Condition.

Declaration
public NamedArtifact FieldIdentifier { get; set; }
Property Value
Type Description
NamedArtifact

The field identifier.

| Improve this Doc View Source

NotOperator

Gets or sets a value indicating whether set to true to negate the condition operator.

Declaration
public bool NotOperator { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Value

Gets or sets the value against which the field will be compared.

Declaration
public object Value { get; set; }
Property Value
Type Description
System.Object
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX