Represents the result of an attempt to create a specific reproduction of a production within a Reproduction Job set.
Inheritance Hierarchy
Relativity.Productions.ServicesInnerReproductionJobResult
Namespace: Relativity.Productions.Services
Assembly: Relativity.Productions.Services.Interfaces (in Relativity.Productions.Services.Interfaces.dll) Version: 11.0.7.1 2f8827611dc1dd9b46db576b7b03da47f4e093ee
Syntax
The InnerReproductionJobResult type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | InnerReproductionJobResult |
CTOR.
|
Properties
Name | Description | |
---|---|---|
![]() | Errors |
Error messages if the reproduction could not be created.
|
![]() | Messages |
Informational messages about the creation of the reproduction.
|
![]() | ParentProductionID |
ArtifactID of the parent production that is being reproduced.
|
![]() | ProductionID |
ArtifactID of the reproduction created. Will be 0 if the reproduction was not created, and non-zero if the reproduction
was successfully created.
|
![]() | Warnings |
Warning messages about the creation of the reproduction.
|
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