<PackageReference Include="Relativity.Server.Testing.Framework.SDK" Version="5000.1.0" />

SingleObjectField

public class SingleObjectField : Field
Represents the SingleObject field object.
public bool AllowSortTally { get; set; }

Gets or sets a value indicating whether the document list is sorted on this Field.

public ObjectType AssociativeObjectType { get; set; }

Gets or sets the object type associated with the field.

public bool AvailableInFieldTree { get; set; }

Gets or sets a value indicating whether this Field appears in Field Tree browser in the workspace.

public bool OpenToAssociations { get; set; }

Gets or sets a value indicating whether this Field information can be displayed on an associated object field.

public bool Wrapping { get; set; }

Gets or sets a value indicating whether this Field wraps in this field.

Initializes a new instance of the SingleObjectField class.