Show / Hide Table of Contents

Class ScriptInput

Represents the input to a Relativity script.

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

Properties

| Improve this Doc View Source

ID

Gets or sets the identifier of the input.

Declaration
public string ID { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Value

Gets or sets the value.

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