Class UpdateEventTriggerMode
Represents a profile editor command that can be used to update an event condition's trigger mode.
public class UpdateEventTriggerMode : IProfileEditorCommand
- Inheritance
-
objectUpdateEventTriggerMode
- Implements
Constructors
UpdateEventTriggerMode(EventCondition, EventTriggerMode)
Creates a new instance of the UpdateEventTriggerMode class.
public UpdateEventTriggerMode(EventCondition eventCondition, EventTriggerMode value)
Parameters
eventConditionEventConditionvalueEventTriggerMode
Properties
DisplayName
Gets the name of the command
public string DisplayName { get; }
Property Value
Methods
Execute()
Executes the command
public void Execute()
Undo()
Undoes the command
public void Undo()