Class QuerySlimObject
Represents the object of query slim result.
Inheritance
System.Object
QuerySlimObject
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 QuerySlimObject
Properties
| Improve this Doc View SourceArtifactID
Gets or sets the artifact ID.
Declaration
public int ArtifactID { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Values
Gets or sets the object field values.
Declaration
public object[] Values { get; set; }
Property Value
Type | Description |
---|---|
System.Object[] |