Class ViewAccessStatus
Gets or sets.
Inheritance
System.Object
ViewAccessStatus
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 ViewAccessStatus
Properties
| Improve this Doc View SourceCanView
Gets or sets a value indicating whether the view is used to display relational fields. The default value is false.
Declaration
public bool CanView { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
CanViewCriteriaFields
Gets or sets a value indicating whether the view is used to display relational fields. The default value is false.
Declaration
public bool CanViewCriteriaFields { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Exists
Gets or sets a value indicating whether the view is used to display relational fields. The default value is false.
Declaration
public bool Exists { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |