Class UiMessageAlert
Inheritance
UiMessageAlert
Assembly: Volo.Abp.BlazoriseUI.dll
Syntax
public class UiMessageAlert : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Constructors
UiMessageAlert()
Declaration
Properties
Callback
Declaration
[Parameter]
public TaskCompletionSource<bool>? Callback { get; set; }
Property Value
CancelButtonText
Declaration
protected virtual string CancelButtonText { get; }
Property Value
Canceled
Declaration
[Parameter]
public EventCallback Canceled { get; set; }
Property Value
CenterMessage
Declaration
protected virtual bool CenterMessage { get; }
Property Value
ConfirmButtonText
Declaration
protected virtual string ConfirmButtonText { get; }
Property Value
Confirmed
Declaration
[Parameter]
public EventCallback Confirmed { get; set; }
Property Value
IsConfirmation
Declaration
protected virtual bool IsConfirmation { get; }
Property Value
IsMessageHtmlMarkup
Declaration
protected virtual bool IsMessageHtmlMarkup { get; }
Property Value
Message
Declaration
[Parameter]
public string Message { get; set; }
Property Value
MessageIcon
Declaration
protected virtual object? MessageIcon { get; }
Property Value
MessageIconColor
Declaration
protected virtual string? MessageIconColor { get; }
Property Value
MessageIconStyle
Declaration
protected virtual string MessageIconStyle { get; }
Property Value
MessageType
Declaration
[Parameter]
public UiMessageType MessageType { get; set; }
Property Value
ModalRef
Declaration
protected Modal ModalRef { get; set; }
Property Value
OkButtonText
Declaration
protected virtual string OkButtonText { get; }
Property Value
Okayed
Declaration
[Parameter]
public EventCallback Okayed { get; set; }
Property Value
Options
Declaration
[Parameter]
public UiMessageOptions? Options { get; set; }
Property Value
ShowMessageIcon
Declaration
protected virtual bool ShowMessageIcon { get; }
Property Value
Title
Declaration
[Parameter]
public string? Title { get; set; }
Property Value
UiMessageService
Declaration
[Inject]
protected BlazoriseUiMessageService? UiMessageService { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Overrides
Dispose()
Declaration
OnCancelClicked()
Declaration
protected Task OnCancelClicked()
Returns
OnConfirmClicked()
Declaration
protected Task OnConfirmClicked()
Returns
OnInitialized()
Declaration
protected override void OnInitialized()
Overrides
OnModalClosing(ModalClosingEventArgs)
Declaration
protected virtual Task OnModalClosing(ModalClosingEventArgs eventArgs)
Parameters
Type |
Name |
Description |
ModalClosingEventArgs |
eventArgs |
|
Returns
OnOkClicked()
Declaration
protected Task OnOkClicked()
Returns
ShowMessageAlert()
Declaration
protected virtual Task ShowMessageAlert()
Returns
Implements
Extension Methods