Table of Contents

Interface IOptionWidget

Namespace
Skyline.DataMiner.Utils.InteractiveAutomationScript
Assembly
Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit.dll

Defines the base functionality for a widget that manages a list of options represented as strings.

public interface IOptionWidget
Extension Methods

Properties

Options

Gets the collection of available options as strings.

Methods

AddOption(string)

Adds a new option to the list of available options.

RemoveOption(string)

Removes the specified option from the list of available options.

SetOptions(IEnumerable<string>)

Replaces the current list of options with the specified collection of strings.