Click or drag to resize

RayguideDialogServiceShowSimpleDialog Method

[Missing <summary> documentation for "M:RAYLASE.Marker.GUI.Common.Interactivity.RayguideDialogService.ShowSimpleDialog(System.String,System.String,System.String,System.Action{Prism.Services.Dialogs.IDialogResult},RAYLASE.Marker.GUI.Common.Interactivity.ConfirmationType)"]


Namespace: RAYLASE.Marker.GUI.Common.Interactivity
Assembly: RAYLASE.Marker.GUI.Common (in RAYLASE.Marker.GUI.Common.dll) Version: 2.19.0
Syntax
C#
public virtual void ShowSimpleDialog(
	string name,
	string title,
	string message,
	Action<IDialogResult> callback,
	ConfirmationType confirmationType = ConfirmationType.YesNo
)

Parameters

name  String

[Missing <param name="name"/> documentation for "M:RAYLASE.Marker.GUI.Common.Interactivity.RayguideDialogService.ShowSimpleDialog(System.String,System.String,System.String,System.Action{Prism.Services.Dialogs.IDialogResult},RAYLASE.Marker.GUI.Common.Interactivity.ConfirmationType)"]

title  String

[Missing <param name="title"/> documentation for "M:RAYLASE.Marker.GUI.Common.Interactivity.RayguideDialogService.ShowSimpleDialog(System.String,System.String,System.String,System.Action{Prism.Services.Dialogs.IDialogResult},RAYLASE.Marker.GUI.Common.Interactivity.ConfirmationType)"]

message  String

[Missing <param name="message"/> documentation for "M:RAYLASE.Marker.GUI.Common.Interactivity.RayguideDialogService.ShowSimpleDialog(System.String,System.String,System.String,System.Action{Prism.Services.Dialogs.IDialogResult},RAYLASE.Marker.GUI.Common.Interactivity.ConfirmationType)"]

callback  ActionIDialogResult

[Missing <param name="callback"/> documentation for "M:RAYLASE.Marker.GUI.Common.Interactivity.RayguideDialogService.ShowSimpleDialog(System.String,System.String,System.String,System.Action{Prism.Services.Dialogs.IDialogResult},RAYLASE.Marker.GUI.Common.Interactivity.ConfirmationType)"]

confirmationType  ConfirmationType  (Optional)

[Missing <param name="confirmationType"/> documentation for "M:RAYLASE.Marker.GUI.Common.Interactivity.RayguideDialogService.ShowSimpleDialog(System.String,System.String,System.String,System.Action{Prism.Services.Dialogs.IDialogResult},RAYLASE.Marker.GUI.Common.Interactivity.ConfirmationType)"]

See Also