Interface ICheckBoxList
- Namespace
- Skyline.DataMiner.Utils.InteractiveAutomationScript
- Assembly
- Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit.dll
Defines a checkbox list widget with basic operations for managing selected and unselected options.
public interface ICheckBoxList : ICheckBoxListBase, IValidationWidget, IOptionWidget
- Inherited Members
- Extension Methods
Properties
- Checked
Gets a collection of strings representing the currently checked options.
- Unchecked
Gets a collection of strings representing the currently unchecked options.
Methods
- Check(string)
Marks the specified option as checked.
- Uncheck(string)
Marks the specified option as unchecked.