Show / Hide Table of Contents

Class CriteriaCondition

Represents class for Criteria Condition.

Inheritance
System.Object
Condition
CriteriaCondition
Inherited Members
Condition.FieldIdentifier
Condition.Value
Condition.NotOperator
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 CriteriaCondition : Condition

Constructors

| Improve this Doc View Source

CriteriaCondition()

Initializes a new instance of the CriteriaCondition class.

Declaration
public CriteriaCondition()
| Improve this Doc View Source

CriteriaCondition(NamedArtifact, ConditionOperator)

Initializes a new instance of the CriteriaCondition class.

Declaration
public CriteriaCondition(NamedArtifact fieldIdentifier, ConditionOperator op)
Parameters
Type Name Description
NamedArtifact fieldIdentifier

The field identifier.

ConditionOperator op

The comparison operator.

| Improve this Doc View Source

CriteriaCondition(NamedArtifact, ConditionOperator, Object)

Initializes a new instance of the CriteriaCondition class.

Declaration
public CriteriaCondition(NamedArtifact fieldIdentifier, ConditionOperator op, object value)
Parameters
Type Name Description
NamedArtifact fieldIdentifier

The field identifier.

ConditionOperator op

The comparison operator.

System.Object value

The value.

Properties

| Improve this Doc View Source

ConditionType

Gets or sets the ConditionType.

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

Operator

Gets or sets the comparison operator.

Declaration
public ConditionOperator Operator { get; set; }
Property Value
Type Description
ConditionOperator

The operator.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX