Class CriteriaCondition
Represents class for Criteria Condition.
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 CriteriaCondition : Condition
Constructors
| Improve this Doc View SourceCriteriaCondition()
Initializes a new instance of the CriteriaCondition class.
Declaration
public CriteriaCondition()
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. |
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 SourceConditionType
Gets or sets the ConditionType.
Declaration
public override string ConditionType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
| Improve this Doc View SourceOperator
Gets or sets the comparison operator.
Declaration
public ConditionOperator Operator { get; set; }
Property Value
Type | Description |
---|---|
ConditionOperator | The operator. |