Represents the details of a production as captured by the Production Details section on the Relativity UI.
Inheritance Hierarchy
Relativity.Productions.ServicesProductionDetails
Namespace: Relativity.Productions.Services
Assembly: Relativity.Productions.Services.Interfaces (in Relativity.Productions.Services.Interfaces.dll) Version: 11.1.0.1 9c084404c128f715df772c7792aa49f21535523c
Syntax
The ProductionDetails type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ProductionDetails |
Creates a new instance of ProductionDetails.
|
Properties
Name | Description | |
---|---|---|
![]() | BrandingFont |
Font to be used when branding the production.
|
![]() | BrandingFontSize |
Font size to be used when branding the production.
|
![]() | DateProduced |
Optional space to store data produced
|
![]() | EmailRecipients |
A list of of email recepients of notifications about this production.
|
![]() | FirstBatesValue |
Contains the first Bates number value of the production after it is completed.
|
![]() | LastBatesValue |
Contains the last Bates number value of the production after it is completed.
|
![]() | PlaceholderImageFormat |
Indicates the image format of branded placeholders.
|
![]() | ScaleBrandingFont |
Indicates whether or not to scale the branding font.
|
![]() | WrapBrandingText |
Indicates whether branding text should wrap if the content of two adjacent footers or headers are likely to overlap.
|
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