Show / Hide Table of Contents

Interface IDisplay

Namespace: MAT.Atlas.Automation.Api.Models.Interfaces
Assembly: MAT.Atlas.Automation.Api.dll
Syntax
public interface IDisplay

Properties

Id

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

IsLive

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

IsLockedToCurrentAssociation

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

IsOverlayMode

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

IsPaused

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

Name

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

SetId

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

Type

Declaration
string Type { get; set; }
Property Value
Type Description
System.String
In This Article
Back to top Generated by DocFX