Represents the result of an attempt to create a Reproduction job and all associated Production sets
Inheritance Hierarchy
Relativity.Productions.ServicesReproductionJobResult
Namespace: Relativity.Productions.Services
Assembly: Relativity.Productions.Services.Interfaces (in Relativity.Productions.Services.Interfaces.dll) Version: 11.0.7.1 2f8827611dc1dd9b46db576b7b03da47f4e093ee
Syntax
The ReproductionJobResult type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ReproductionJobResult |
Creates a new instance of ReproductionJobResult
|
Properties
Name | Description | |
---|---|---|
![]() | Errors |
Error messages if the job or associated production sets were not created.
|
![]() | Messages |
Informational messages about the job.
|
![]() | ProductionsCreated |
ArtifactIDs of the production sets created by this job.
|
![]() | ReproductionJobID |
The ID of the reproduction job.
|
![]() | Results |
An InnerReproductionJobResult of every production requested for reproduction in this job.
|
![]() | Warnings |
Warning messages about the job.
|
![]() | WasJobCreated |
Indicates whether or not the job was created.
|
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