Class UpdateEventConditionPath
Represents a profile editor command that can be used to update an event condition's trigger mode.
public class UpdateEventConditionPath : IProfileEditorCommand, IDisposable
- Inheritance
-
objectUpdateEventConditionPath
- Implements
Constructors
UpdateEventConditionPath(EventCondition, DataModelPath?)
Creates a new instance of the UpdateEventTriggerMode class.
public UpdateEventConditionPath(EventCondition eventCondition, DataModelPath? value)
Parameters
eventConditionEventConditionvalueDataModelPath
Properties
DisplayName
Gets the name of the command
public string DisplayName { get; }
Property Value
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()
Execute()
Executes the command
public void Execute()
Undo()
Undoes the command
public void Undo()