Show / Hide Table of Contents

Class FieldRef

Represents a key or reference to a Field object.

Inheritance
System.Object
FieldRef
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.Api.ObjectManagement
Assembly: Relativity.Testing.Framework.Api.dll
Syntax
public class FieldRef

Properties

| Improve this Doc View Source

ArtifactID

Gets or sets the Artifact ID of a Field object.

Declaration
public int ArtifactID { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Guid

Gets or sets a GUID used to identify a Field object.

Declaration
public Guid? Guid { get; set; }
Property Value
Type Description
System.Nullable<System.Guid>
| Improve this Doc View Source

Name

Gets or sets the user-friendly name of a Field object.

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

ViewFieldID

Gets or sets a unique identifier used to reference a view field.

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