Show / Hide Table of Contents

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 Source

CanView

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
| Improve this Doc View Source

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
| Improve this Doc View Source

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
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX