Table of Contents

Class UpdateStaticPlayMode

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

Represents a profile editor command that can be used to update an static condition's play mode.

public class UpdateStaticPlayMode : IProfileEditorCommand
Inheritance
object
UpdateStaticPlayMode
Implements

Constructors

UpdateStaticPlayMode(StaticCondition, StaticPlayMode)

Creates a new instance of the UpdateEventTriggerMode class.

public UpdateStaticPlayMode(StaticCondition staticCondition, StaticPlayMode value)

Parameters

staticCondition StaticCondition
value StaticPlayMode

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()