Class Condition
Represents base class for Criteria Conditions.
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 SourceConditionType
Gets or sets a condition type.
Declaration
public virtual string ConditionType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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. |
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 |
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 |