Table of Contents

Class UpdateEventOverlapMode

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

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

public class UpdateEventOverlapMode : IProfileEditorCommand
Inheritance
object
UpdateEventOverlapMode
Implements

Constructors

UpdateEventOverlapMode(EventCondition, EventOverlapMode)

Creates a new instance of the UpdateEventOverlapMode class.

public UpdateEventOverlapMode(EventCondition eventCondition, EventOverlapMode value)

Parameters

eventCondition EventCondition
value EventOverlapMode

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