Show / Hide Table of Contents

Class BatchSet

Represents a Relativity BatchSet used to organize batches.

Inheritance
System.Object
Artifact
NamedArtifact
BatchSet
Implements
IHasName
Inherited Members
NamedArtifact.Name
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 BatchSet : NamedArtifact, IHasName

Properties

| Improve this Doc View Source

AutoBatchSettings

Gets or sets settings for auto batching.

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

BatchPrefix

Gets or sets batch prefix.

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

BatchProcessResult

Gets or sets the result for the Batch Process.

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

BatchSize

Gets or sets batch size.

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

BatchUnitField

Gets or sets batch unit field.

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

DataSource

Gets or sets data source for a batch set.

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

FamilyField

Gets or sets batch family field.

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

Keywords

Gets or sets Keywords.

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

Notes

Gets or sets Notes.

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

ReviewedField

Gets or sets reviewed field.

Declaration
public NamedArtifact ReviewedField { get; set; }
Property Value
Type Description
NamedArtifact

Implements

IHasName
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX