Show / Hide Table of Contents

Class ProductionPlaceholder

Represents a production placeholder model.

Inheritance
System.Object
Artifact
NamedArtifact
ProductionPlaceholder
Implements
IHasName
Inherited Members
NamedArtifact.Name
Artifact.ArtifactID
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 ProductionPlaceholder : NamedArtifact, IHasName

Properties

| Improve this Doc View Source

CustomText

Gets or sets the custom HTML text of the placeholder.

Declaration
public string CustomText { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

FileData

Gets or sets a value of the indicating the string representing the Base64 encoding of the image.

Declaration
public string FileData { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

FileName

Gets or sets a value of the indicating the name of the placeholder file.

Declaration
public string FileName { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

PlaceholderType

Gets or sets the type of the placeholder. Valid values are defiend by the PlaceholderType enum.

Declaration
public PlaceholderType PlaceholderType { get; set; }
Property Value
Type Description
PlaceholderType

Methods

| Improve this Doc View Source

FillRequiredProperties()

Fills the Name and the CustomText if the PlaceholderType is set to custom and is null.

Declaration
public ProductionPlaceholder FillRequiredProperties()
Returns
Type Description
ProductionPlaceholder

A filled ProductionPlaceholder.

Implements

IHasName
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX