Class ProductionDetails
Represents the details of a production as captured by the Production Details section on the Relativity UI. Referenced by the ProductionDetails property of the Production class.
Inheritance
System.Object
ProductionDetails
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Relativity.Testing.Framework.Models
Assembly: Relativity.Testing.Framework.dll
Syntax
public class ProductionDetails
Properties
| Improve this Doc View SourceBrandingFont
Gets or sets the font to be used when branding the production.
Declaration
public string BrandingFont { get; set; }
Property Value
Type | Description |
---|---|
System.String |
BrandingFontSize
Gets or sets the font size to be used when branding the production.
Declaration
public int BrandingFontSize { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
DateProduced
Gets or sets the date on which production set has been produced.
Declaration
public DateTime? DateProduced { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
EmailRecipients
Gets or sets the list of of email recipients of notifications about this production.
Declaration
public string EmailRecipients { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PlaceholderImageFormat
Gets or sets a value indicating the image format of branded placeholders.
Declaration
public PlaceholderImageFormat PlaceholderImageFormat { get; set; }
Property Value
Type | Description |
---|---|
PlaceholderImageFormat |
ScaleBrandingFont
Gets or sets a value indicating whether or not to scale the branding font.
Declaration
public bool ScaleBrandingFont { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
WrapBrandingText
Gets or sets a value indicating whether branding text should wrap if the content of two adjacent footers or headers are likely to overlap.
Declaration
public bool WrapBrandingText { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |