Show / Hide Table of Contents

Class QueryResultField

Represents the field of object query result.

Inheritance
System.Object
QueryResultField
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 QueryResultField

Properties

| Improve this Doc View Source

ArtifactID

Gets or sets the artifact ID.

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

FieldCategory

Gets or sets the field category.

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

FieldType

Gets or sets the type of the field.

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

Guids

Gets or sets the list of guids associated with the field.

Declaration
public List<Guid> Guids { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.Guid>
| Improve this Doc View Source

Name

Gets or sets the name.

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