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 ScriptInputProperties
| Improve this Doc View SourceID
Gets or sets the identifier of the input.
Declaration
public string ID { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | 
Value
Gets or sets the value.
Declaration
public object Value { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Object |