Show / Hide Table of Contents

Class CriteriaDateCondition

Represents class for date condition.

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

Constructors

| Improve this Doc View Source

CriteriaDateCondition()

Initializes a new instance of the CriteriaDateCondition class.

Declaration
public CriteriaDateCondition()
| Improve this Doc View Source

CriteriaDateCondition(NamedArtifact, DateConditionOperator, DateTimeRange, Month)

Initializes a new instance of the CriteriaDateCondition class.

Declaration
public CriteriaDateCondition(NamedArtifact fieldIdentifier, DateConditionOperator op, DateTimeRange dateTimeRange, Month month = Month.NotSet)
Parameters
Type Name Description
NamedArtifact fieldIdentifier

The field identifier.

DateConditionOperator op

The comparison operator.

DateTimeRange dateTimeRange

A value from the DateTimeRange enumeration.

Month month

Optionally used to set the month when the DateTimeRange is set to MonthOf.

| Improve this Doc View Source

CriteriaDateCondition(NamedArtifact, DateConditionOperator, Object)

Initializes a new instance of the CriteriaDateCondition class.

Declaration
public CriteriaDateCondition(NamedArtifact fieldIdentifier, DateConditionOperator op, object value)
Parameters
Type Name Description
NamedArtifact fieldIdentifier

The field identifier.

DateConditionOperator op

The comparison operator.

System.Object value

The value.

Properties

| Improve this Doc View Source

ConditionType

Gets or sets a condition type.

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

Month

Gets or sets the DateTimeRange for a Saved Search DateTimeCondtion.

Declaration
public Month Month { get; set; }
Property Value
Type Description
Month

The value.

| Improve this Doc View Source

Operator

Gets or sets the comparison operator.

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

The operator.

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