Class CriteriaDateCondition
Represents class for date 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 CriteriaDateCondition : Condition
Constructors
| Improve this Doc View SourceCriteriaDateCondition()
Initializes a new instance of the CriteriaDateCondition class.
Declaration
public CriteriaDateCondition()
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. |
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 SourceConditionType
Gets or sets a condition type.
Declaration
public override string ConditionType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
| Improve this Doc View SourceMonth
Gets or sets the DateTimeRange for a Saved Search DateTimeCondtion.
Declaration
public Month Month { get; set; }
Property Value
Type | Description |
---|---|
Month | The value. |
Operator
Gets or sets the comparison operator.
Declaration
public DateConditionOperator Operator { get; set; }
Property Value
Type | Description |
---|---|
DateConditionOperator | The operator. |