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 SourceDataType
Gets or sets the data type of the column.
Declaration
public ActionColumnDataType DataType { get; set; }
Property Value
Type | Description |
---|---|
ActionColumnDataType |
Name
Gets or sets the column name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |