Class Production
Represents a production model.
Implements
Inherited Members
Namespace: Relativity.Testing.Framework.Models
Assembly: Relativity.Testing.Framework.dll
Syntax
public class Production : NamedArtifact, IHasName
Properties
| Improve this Doc View SourceDataSources
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> |
Details
Gets or sets what kind of details goes on the production.
Declaration
public ProductionDetails Details { get; set; }
Property Value
Type | Description |
---|---|
ProductionDetails |
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 |
Footers
Gets or sets what kind of information goes on the page footers.
Declaration
public ProductionFooters Footers { get; set; }
Property Value
Type | Description |
---|---|
ProductionFooters |
Headers
Gets or sets what kind of information goes on the page headers.
Declaration
public ProductionHeaders Headers { get; set; }
Property Value
Type | Description |
---|---|
ProductionHeaders |
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 |
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 |
Notes
Gets or sets detailed description of the production.
Declaration
public string Notes { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Numbering
Gets or sets the numbering scheme for the production documents.
Declaration
public ProductionNumbering Numbering { get; set; }
Property Value
Type | Description |
---|---|
ProductionNumbering |
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 |
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> |
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 SourceFillRequiredProperties()
Fills the required properties.
Declaration
public Production FillRequiredProperties()
Returns
Type | Description |
---|---|
Production | The same Production object instance. |