Click or drag to resize

DialogAutomationServiceShow Method

[Missing <summary> documentation for "M:RAYLASE.Marker.GUI.Common.Interactivity.DialogAutomationService.Show(RAYLASE.Marker.JobElement.BaseDialogAutomation,System.String,System.Action{System.Boolean,System.String})"]


Namespace: RAYLASE.Marker.GUI.Common.Interactivity
Assembly: RAYLASE.Marker.GUI.Common (in RAYLASE.Marker.GUI.Common.dll) Version: 2.19.0
Syntax
C#
public void Show(
	BaseDialogAutomation dialogAutomation,
	string variableValue,
	Action<bool, string> callback
)

Parameters

dialogAutomation  BaseDialogAutomation

[Missing <param name="dialogAutomation"/> documentation for "M:RAYLASE.Marker.GUI.Common.Interactivity.DialogAutomationService.Show(RAYLASE.Marker.JobElement.BaseDialogAutomation,System.String,System.Action{System.Boolean,System.String})"]

variableValue  String

[Missing <param name="variableValue"/> documentation for "M:RAYLASE.Marker.GUI.Common.Interactivity.DialogAutomationService.Show(RAYLASE.Marker.JobElement.BaseDialogAutomation,System.String,System.Action{System.Boolean,System.String})"]

callback  ActionBoolean, String

[Missing <param name="callback"/> documentation for "M:RAYLASE.Marker.GUI.Common.Interactivity.DialogAutomationService.Show(RAYLASE.Marker.JobElement.BaseDialogAutomation,System.String,System.Action{System.Boolean,System.String})"]

Implements

IDialogAutomationServiceShow(BaseDialogAutomation, String, ActionBoolean, String)
See Also