Show / Hide Table of Contents

Class ProductionNumbering

Representing the numbering scheme for production documents. The Numbering property of the Production.

Inheritance
System.Object
ProductionNumbering
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.Models
Assembly: Relativity.Testing.Framework.dll
Syntax
public class ProductionNumbering

Properties

| Improve this Doc View Source

AttachmentRelationalField

Gets or sets document field that holds the attachment relational number.

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

BatesPrefix

Gets or sets Bates prefix text.

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

BatesStartNumber

Gets or sets Bates start number.

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

BatesSuffix

Gets or sets Bates suffix text.

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

DocumentNumberPageNumberSeparator

Gets or sets the separator between document and page numbers if IncludePageNumbers is set to true. Underscore, hyphen, and period are allowed characters.

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

ExistingProduction

Gets or sets a value of an existing production artifact.

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

IncludePageNumbers

Gets or sets a value indicating whether or not to include page numbers. If true, a unique number is added to each page following the document number.

Declaration
public bool IncludePageNumbers { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

MergeWithExistingSet

Gets or sets a value indicating whether or not to merge the numbering with the existing production.

Declaration
public bool MergeWithExistingSet { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

NumberingField

Gets or sets document field that will be used as the Bates number.

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

NumberingType

Gets or sets document numbering type to be used. Valid values are defined by the NumberingType enum.

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

NumberOfDigitsForDocumentNumbering

Gets or sets the number of digits to be used for document level numbering. The range is from 1 to 7.

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

NumberOfDigitsForPageNumbering

Gets or sets the number of digits for page numbering if IncludePageNumbers is set to true. The range is from 1 to 4.

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

StartNumberingOnSecondPage

Gets or sets a value indicating whether or not to start page numbering on the second page of the document.

Declaration
public bool StartNumberingOnSecondPage { get; set; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX