Show / Hide Table of Contents

Class ObjectType.WrappedObjectType

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

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

Properties

| Improve this Doc View Source

Value

Gets or sets a Relativity Object Type used for data transfer.

Declaration
public ObjectType Value { get; set; }
Property Value
Type Description
ObjectType
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX