Show / Hide Table of Contents

Class ObjectType.WrappedRelativityApplications

A representation of a WrappedRelativityApplications used for data transfer in ObjectType API.

Inheritance
System.Object
ObjectType.WrappedRelativityApplications
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 WrappedRelativityApplications

Properties

| Improve this Doc View Source

ViewableItems

Gets or sets the array of Relativity applications represented by ObjectIdentifier objects, which contain the Artifact ID and Names for an application.

Declaration
public List<NamedArtifact> ViewableItems { get; set; }
Property Value
Type Description
System.Collections.Generic.List<NamedArtifact>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX