Interface IDisplay
Assembly: MAT.Atlas.Automation.Api.dll
Syntax
public interface IDisplay
Properties
Id
Declaration
ObjectId Id { get; set; }
Property Value
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
Declaration
string Type { get; set; }
Property Value
Type |
Description |
System.String |
|