Represents a Relativity production.
Inheritance Hierarchy
Relativity.Productions.ServicesProductionRef
Relativity.Productions.ServicesProduction
Namespace: Relativity.Productions.Services
Assembly: Relativity.Productions.Services.Interfaces (in Relativity.Productions.Services.Interfaces.dll) Version: 11.0.7.1 2f8827611dc1dd9b46db576b7b03da47f4e093ee
Syntax
The Production type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Production |
Creates a new instance of Production.
|
Properties
Name | Description | |
---|---|---|
![]() | ArtifactID |
Artifact ID of the production.
(Inherited from ProductionRef.) |
![]() | DataSources |
One or more datasources that hold the documents to be included in the production.
|
![]() | Details |
Production settings (correspond to the Production Details section of the Relativity UI).
|
![]() | Footers |
Describes what kind of information goes on the page footers.
|
![]() | Headers |
Describes what kind of information goes on the page headers.
|
![]() | Keywords |
Optional field for recording additional information associated with the production as keywords.
|
![]() | Name |
Descriptive name of the production.
(Inherited from ProductionRef.) |
![]() | Notes |
Detailed description of the production.
|
![]() | Numbering |
The numbering scheme for the production documents.
|
![]() | ProductionMetadata |
Production metadata. The information in this object is created and updated by Relativity.
|
![]() | RelativityApplications |
Relativity applications associated with this production.
|
![]() | ShouldCopyInstanceOnWorkspaceCreate |
Indicates whether the production should be copied when the containing workspace is used as a template for creating another workspace.
|
![]() | SortOrder |
Determines how the documents in the production will be sorted. A maximum of 5 sorts are allowed.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also