Show / Hide Table of Contents

Class Batch

Represents a Relativity Batch.

Inheritance
System.Object
Artifact
Batch
Inherited Members
Artifact.ArtifactID
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.Models
Assembly: Relativity.Testing.Framework.dll
Syntax
public class Batch : Artifact

Properties

| Improve this Doc View Source

AssignedTo

Gets or sets user id that current batch is assigned to.

Declaration
public Artifact AssignedTo { get; set; }
Property Value
Type Description
Artifact
| Improve this Doc View Source

BatchName

Gets the batch name.

Declaration
[FieldName("Batch")]
public string BatchName { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

BatchNumber

Gets a number assigned to batch.

Declaration
public int BatchNumber { get; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

BatchSet

Gets the batch set that the batch belongs to.

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

BatchSize

Gets the batch size.

Declaration
public int BatchSize { get; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

BatchStatus

Gets or sets the batch status.

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

BatchUnit

Gets or sets the batch unit assigned to the batch.

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

Reviewed

Gets the number of documents in the batch that have been reviewed.

Declaration
public int Reviewed { get; }
Property Value
Type Description
System.Int32
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX