Class MultipleObjectField
Represents the MultipleObject field object.
Implements
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 MultipleObjectField : Field, IHasNameConstructors
| Improve this Doc View SourceMultipleObjectField()
Initializes a new instance of the MultipleObjectField class.
Declaration
public MultipleObjectField()Properties
| Improve this Doc View SourceAssociativeObjectType
Gets or sets the object type associated with the field.
Declaration
public ObjectType AssociativeObjectType { get; set; }Property Value
| Type | Description | 
|---|---|
| ObjectType | 
AvailableInFieldTree
Gets or sets a value indicating whether this Field appears in Field Tree browser in the workspace.
Declaration
public bool AvailableInFieldTree { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
Width
Gets or sets the number of pixels used for the column width of a field when it is displayed in the view.
Declaration
public override string Width { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String |