Class AdminUIHelpers
Inheritance
System.Object
AdminUIHelpers
Assembly: Content.Client.dll
Syntax
public static class AdminUIHelpers : object
Methods
|
Improve this Doc
View Source
RemoveAllConfirms(Dictionary<Button, ConfirmationData>)
Declaration
public static void RemoveAllConfirms(Dictionary<Button, ConfirmationData> confirmations)
Parameters
Type |
Name |
Description |
Dictionary<Robust.Client.UserInterface.Controls.Button, Content.Client.Administration.UI.ConfirmationData> |
confirmations |
|
|
Improve this Doc
View Source
RemoveConfirm(Button, Dictionary<Button, ConfirmationData>)
Declaration
public static bool RemoveConfirm(Button button, Dictionary<Button, ConfirmationData> confirmations)
Parameters
Type |
Name |
Description |
Robust.Client.UserInterface.Controls.Button |
button |
|
Dictionary<Robust.Client.UserInterface.Controls.Button, Content.Client.Administration.UI.ConfirmationData> |
confirmations |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
TryConfirm(Button, Dictionary<Button, ConfirmationData>)
Declaration
public static bool TryConfirm(Button button, Dictionary<Button, ConfirmationData> confirmations)
Parameters
Type |
Name |
Description |
Robust.Client.UserInterface.Controls.Button |
button |
|
Dictionary<Robust.Client.UserInterface.Controls.Button, Content.Client.Administration.UI.ConfirmationData> |
confirmations |
|
Returns
Type |
Description |
System.Boolean |
|