Class Display
  
  
  
  
    Inheritance
    System.Object
    
    Display
   
  
    Implements
    System.Runtime.Serialization.IExtensibleDataObject
    
   
  
  
  Assembly: MAT.Atlas.Automation.Api.dll
  Syntax
  
    public sealed class Display : ModelBase, IExtensibleDataObject, IDisplay
   
  Constructors
  
  
  Display()
  
  
  Declaration
  
  Fields
  
  Empty
  
  
  Declaration
  
    public static readonly Display Empty
   
  Field Value
  
  Properties
  
  
  Id
  
  
  Declaration
  
    public ObjectId Id { get; set; }
   
  Property Value
  
  
  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
  
  
  Declaration
  
    public string Type { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  Implements
  
      System.Runtime.Serialization.IExtensibleDataObject