Show / Hide Table of Contents

Class Production

Represents a production model.

Inheritance
System.Object
Artifact
NamedArtifact
Production
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 Production : NamedArtifact, IHasName

Properties

| Improve this Doc View Source

DataSources

Gets or sets one or more data sources that hold the documents to be included in the production.

Declaration
public List<ProductionDataSource> DataSources { get; set; }
Property Value
Type Description
System.Collections.Generic.List<ProductionDataSource>
| Improve this Doc View Source

Details

Gets or sets what kind of details goes on the production.

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

FirstBatesValue

Gets or sets the first Bates number value of the production after it is completed.

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

Footers

Gets or sets what kind of information goes on the page footers.

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

Headers

Gets or sets what kind of information goes on the page headers.

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

Keywords

Gets or sets optional field for recording additional information associated with the production as keywords.

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

LastBatesValue

Gets or sets the last Bates number value of the production after it is completed.

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

Notes

Gets or sets detailed description of the production.

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

Numbering

Gets or sets the numbering scheme for the production documents.

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

ProductionMetadata

Gets or sets Production metadata. The information in this object is created and updated by Relativity.

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

RelativityApplications

Gets or sets relativityApplications associated with this Production Set.

Declaration
public List<NamedArtifact> RelativityApplications { get; set; }
Property Value
Type Description
System.Collections.Generic.List<NamedArtifact>
| Improve this Doc View Source

ShouldCopyInstanceOnWorkspaceCreate

Gets or sets a value indicating whether production should be copied when the containing workspace is used as a template for creating another workspace.

Declaration
public bool ShouldCopyInstanceOnWorkspaceCreate { get; set; }
Property Value
Type Description
System.Boolean

Methods

| Improve this Doc View Source

FillRequiredProperties()

Fills the required properties.

Declaration
public Production FillRequiredProperties()
Returns
Type Description
Production

The same Production object instance.

Implements

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