Class QueryField
Represents the field of object query request.
Inheritance
System.Object
QueryField
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 QueryField
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> |
Guid
Gets or sets the Guid.
Declaration
public Guid? Guid { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
Name
Gets or sets the name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |