Class ProductionNumbering
Representing the numbering scheme for production documents. The Numbering property of the Production.
Inheritance
Inherited Members
Namespace: Relativity.Testing.Framework.Models
Assembly: Relativity.Testing.Framework.dll
Syntax
public class ProductionNumbering
Properties
| Improve this Doc View SourceAttachmentRelationalField
Gets or sets document field that holds the attachment relational number.
Declaration
public NamedArtifact AttachmentRelationalField { get; set; }
Property Value
Type | Description |
---|---|
NamedArtifact |
BatesPrefix
Gets or sets Bates prefix text.
Declaration
public string BatesPrefix { get; set; }
Property Value
Type | Description |
---|---|
System.String |
BatesStartNumber
Gets or sets Bates start number.
Declaration
public int BatesStartNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
BatesSuffix
Gets or sets Bates suffix text.
Declaration
public string BatesSuffix { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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 |
ExistingProduction
Gets or sets a value of an existing production artifact.
Declaration
public NamedArtifact ExistingProduction { get; set; }
Property Value
Type | Description |
---|---|
NamedArtifact |
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 |
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 |
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 |
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 |
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 |
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 |
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 |