Show / Hide Table of Contents

Class MultipleObjectField

Represents the MultipleObject field object.

Inheritance
System.Object
Artifact
NamedArtifact
Field
MultipleObjectField
Implements
IHasName
Inherited Members
Field.FieldType
Field.ArtifactTypeName
Field.ObjectType
Field.ParentArtifact
Field.AllowPivot
Field.AllowGroupBy
Field.IsRequired
Field.IsIdentifier
Field.Linked
Field.PropagateTo
NamedArtifact.Name
Artifact.ArtifactID
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, IHasName

Constructors

| Improve this Doc View Source

MultipleObjectField()

Initializes a new instance of the MultipleObjectField class.

Declaration
public MultipleObjectField()

Properties

| Improve this Doc View Source

AssociativeObjectType

Gets or sets the object type associated with the field.

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

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
| Improve this Doc View Source

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
Overrides
Field.Width

Implements

IHasName

Extension Methods

FieldExtensions.ToCategoryField(Field)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX