Table of Contents

Class YesNoDialog

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

Dialog used to ask the user a yes/no question.

public class YesNoDialog : Dialog
Inheritance
YesNoDialog
Inherited Members
Extension Methods

Constructors

YesNoDialog(IEngine, string, CallToAction)

Initializes a new instance of the YesNoDialog class.

Properties

NoButton

Gets the button with "No" that is displayed below the message.

YesButton

Gets the button with "Yes" that is displayed below the message.

Methods

Show(IEngine, string, string, CallToAction, bool)

Shows the YesNoDialog without passing through the InteractiveController This will block any further script execution until the user interacts with the dialog.