Show / Hide Table of Contents

Class ActionColumn

Represents a column returned as part of the results of a script action.

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

Properties

| Improve this Doc View Source

DataType

Gets or sets the data type of the column.

Declaration
public ActionColumnDataType DataType { get; set; }
Property Value
Type Description
ActionColumnDataType
| Improve this Doc View Source

Name

Gets or sets the column name.

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