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 SourceArtifactID
Gets or sets the artifact ID.
Declaration
public int? ArtifactID { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
FieldCategory
Gets or sets the field category.
Declaration
public string FieldCategory { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FieldType
Gets or sets the type of the field.
Declaration
public string FieldType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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> |
Name
Gets or sets the name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |