Class ActionResultRow
Represents the values of a single row of a completed script action job.
Inheritance
System.Object
ActionResultRow
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 ActionResultRow
Properties
| Improve this Doc View SourceValues
Gets or sets the values for the action result row.
Declaration
public List<object> Values { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Object> |