Show / Hide Table of Contents

Class Display

Inheritance
System.Object
ModelBase
Display
Implements
System.Runtime.Serialization.IExtensibleDataObject
IDisplay
Inherited Members
ModelBase.ExtensionData
Namespace: MAT.Atlas.Automation.Api.Models
Assembly: MAT.Atlas.Automation.Api.dll
Syntax
public sealed class Display : ModelBase, IExtensibleDataObject, IDisplay

Constructors

Display()

Declaration
public Display()

Fields

Empty

Declaration
public static readonly Display Empty
Field Value
Type Description
Display

Properties

Id

Declaration
public ObjectId Id { get; set; }
Property Value
Type Description
ObjectId

IsLive

Declaration
public bool IsLive { get; set; }
Property Value
Type Description
System.Boolean

IsLockedToCurrentAssociation

Declaration
public bool IsLockedToCurrentAssociation { get; set; }
Property Value
Type Description
System.Boolean

IsOverlayMode

Declaration
public bool IsOverlayMode { get; set; }
Property Value
Type Description
System.Boolean

IsPaused

Declaration
public bool IsPaused { get; set; }
Property Value
Type Description
System.Boolean

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String

SetId

Declaration
public ObjectId SetId { get; set; }
Property Value
Type Description
ObjectId

Type

Declaration
public string Type { get; set; }
Property Value
Type Description
System.String

Implements

System.Runtime.Serialization.IExtensibleDataObject
IDisplay
In This Article
Back to top Generated by DocFX