Class Criteria
Singular Criteria class.
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 Criteria : BaseCriteria
Properties
| Improve this Doc View SourceCondition
Gets or sets criteria Condition. In project represents like CriteriaCondition or CriteriaDateCondition.
Declaration
public Condition Condition { get; set; }
Property Value
Type | Description |
---|---|
Condition |
HasPermission
Gets or sets indicates if current user has permission to view criteria.
Declaration
public bool? HasPermission { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |