Show / Hide Table of Contents

Class UM_DialogsUtility

Static class with the collection of dialogs helper methods.

Inheritance
System.Object
UM_DialogsUtility
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: SA.CrossPlatform.UI
Assembly: cs.temp.dll.dll
Syntax
public static class UM_DialogsUtility

Methods

DisplayResultMessage(SA_Result)

Declaration
public static void DisplayResultMessage(SA_Result result)
Parameters
Type Name Description
SA_Result result

ShowMessage(String, String)

Creates new simple alert and immediately shows it.

Declaration
public static void ShowMessage(string title, string message)
Parameters
Type Name Description
System.String title

Alert title.

System.String message

Alert message.

ShowNotification(String)

Creates new simple alert and immediately shows it. The alter has predefined title set as Note.

Declaration
public static void ShowNotification(string message)
Parameters
Type Name Description
System.String message

Notification message.

In This Article
Back to top Generated by DocFX