Click or drag to resize

DialogAutomationService.Show 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.20.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  Action<Boolean, 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

IDialogAutomationService.Show(BaseDialogAutomation, String, Action<Boolean, String>)
See Also