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 SourceArtifactID
Gets or sets the Artifact ID of a Field object.
Declaration
public int ArtifactID { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
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> |
Name
Gets or sets the user-friendly name of a Field object.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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 |