Table of Contents

Class ApplyAdaptionHints

Namespace
Artemis.UI.Shared.Services.ProfileEditor.Commands
Assembly
Artemis.UI.Shared.dll

Represents a profile editor command that can be used to apply adaption hints to a layer.

public class ApplyAdaptionHints : IProfileEditorCommand
Inheritance
object
ApplyAdaptionHints
Implements

Constructors

ApplyAdaptionHints(Layer, List<ArtemisDevice>)

Creates a new instance of the ApplyAdaptionHints class.

public ApplyAdaptionHints(Layer layer, List<ArtemisDevice> devices)

Parameters

layer Layer
devices List<ArtemisDevice>

Properties

DisplayName

Gets the name of the command

public string DisplayName { get; }

Property Value

string

Methods

Execute()

Executes the command

public void Execute()

Undo()

Undoes the command

public void Undo()