Table of Contents

Interface IRadioButtonList<T>

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

Represents a radio button list where every option is an generic instance.

public interface IRadioButtonList<T> : IOptionWidget<T>

Type Parameters

T

Type of generic instance.

Inherited Members
Extension Methods

Properties

Selected

Value of the currently selected option.

SelectedOption

Currently selected option.

Methods

TrySelectOption(Option<T>)

Attempts to select the specified option. If the option does not exist in the collection, the selection remains unchanged.

TrySelectOption(T)

Attempts to select the option with the specified value. If no matching option exists, the selection remains unchanged.