Table of Contents

Class LayoutSelection

Namespace
Artemis.Core
Assembly
Artemis.Core.dll

Represents a reference to a layout for a device.

public class LayoutSelection : CorePropertyChanged
Inheritance
object
CorePropertyChanged
LayoutSelection

Properties

ErrorState

Gets or sets the error state of the layout reference.

public string? ErrorState { get; set; }

Property Value

string

Parameter

Gets or sets the parameter of the layout reference, such as a file path of workshop entry ID.

public string? Parameter { get; set; }

Property Value

string

Type

Gets or sets what kind of layout reference this is.

public string? Type { get; set; }

Property Value

string