components.PowerPortalsPro.Demo.Client.Customizations.Pages.Utilities.DialogService.DialogServiceDemoPage.title

components.PowerPortalsPro.Demo.Client.Customizations.Pages.Utilities.DialogService.DialogServiceDemoPage.description

components.PowerPortalsPro.Demo.Client.Customizations.Pages.Utilities.DialogService.DialogServiceDemoPage.injection-title

components.PowerPortalsPro.Demo.Client.Customizations.Pages.Utilities.DialogService.DialogServiceDemoPage.injection-description

React
Blazor

components.PowerPortalsPro.Demo.Client.Customizations.Pages.Utilities.DialogService.DialogServiceDemoPage.confirmation-title

components.PowerPortalsPro.Demo.Client.Customizations.Pages.Utilities.DialogService.DialogServiceDemoPage.confirmation-description

React
Blazor

components.PowerPortalsPro.Demo.Client.Customizations.Pages.Utilities.DialogService.DialogServiceDemoPage.messages-title

components.PowerPortalsPro.Demo.Client.Customizations.Pages.Utilities.DialogService.DialogServiceDemoPage.messages-description

  • components.PowerPortalsPro.Demo.Client.Customizations.Pages.Utilities.DialogService.DialogServiceDemoPage.messages-info
  • components.PowerPortalsPro.Demo.Client.Customizations.Pages.Utilities.DialogService.DialogServiceDemoPage.messages-success
  • components.PowerPortalsPro.Demo.Client.Customizations.Pages.Utilities.DialogService.DialogServiceDemoPage.messages-warning
  • components.PowerPortalsPro.Demo.Client.Customizations.Pages.Utilities.DialogService.DialogServiceDemoPage.messages-error
React
Blazor

components.PowerPortalsPro.Demo.Client.Customizations.Pages.Utilities.DialogService.DialogServiceDemoPage.parameters-title

components.PowerPortalsPro.Demo.Client.Customizations.Pages.Utilities.DialogService.DialogServiceDemoPage.parameters-description

components.PowerPortalsPro.Demo.Client.Customizations.Pages.Utilities.DialogService.DialogServiceDemoPage.result-title

components.PowerPortalsPro.Demo.Client.Customizations.Pages.Utilities.DialogService.DialogServiceDemoPage.result-description

components.PowerPortalsPro.Demo.Client.Customizations.Pages.Utilities.DialogService.DialogServiceDemoPage.main-demo-title

components.PowerPortalsPro.Demo.Client.Customizations.Pages.Utilities.DialogService.DialogServiceDemoPage.main-demo-description

components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.DemoSection.react-example-label
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.DemoSection.example-label
components.PowerPortalsPro.Demo.Client.Customizations.Pages.Utilities.DialogService.DialogServiceMainDemo.show-confirmation-dialog components.PowerPortalsPro.Demo.Client.Customizations.Pages.Utilities.DialogService.DialogServiceMainDemo.show-error-dialog components.PowerPortalsPro.Demo.Client.Customizations.Pages.Utilities.DialogService.DialogServiceMainDemo.show-info-dialog components.PowerPortalsPro.Demo.Client.Customizations.Pages.Utilities.DialogService.DialogServiceMainDemo.show-success-dialog components.PowerPortalsPro.Demo.Client.Customizations.Pages.Utilities.DialogService.DialogServiceMainDemo.show-warning-dialog
React TypeScript
Razor
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.react-tab components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.blazor-tab

IDialogService Interface

components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.methods

components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.name
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.parameters
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.type
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.description
ShowConfirmationAsyncstring message
string title
string primaryText
string secondaryText
Task<DialogResult>
提供された message と2つのアクションボタンで確認ダイアログが表示され、その後 ユーザーが一つ選ぶことができます。返 Services.DialogResultDialogResult.Cancelled ユーザーが二次(マイナス)オプションを選択すると 真となります
ShowErrorAsyncstring message
string title
string primaryText
Task<DialogResult>
提供された message とのエラーダイアログが表示され、ユーザーがそれを終了するのを待ちます。
ShowInfoAsyncstring message
string title
string primaryText
Task<DialogResult>
提供された message に関する情報ダイアログが表示され、ユーザーが終了するのを待ちます。
ShowSuccessAsyncstring message
string title
string primaryText
Task<DialogResult>
提供された message との成功ダイアログが表示され、ユーザーが終了するのを待ちます。
ShowWarningAsyncstring message
string title
string primaryText
Task<DialogResult>
提供された message で警告ダイアログが表示され、ユーザーがそれを終了するのを待ちます。
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.name: ShowConfirmationAsync
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.parameters: string message
string title
string primaryText
string secondaryText
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.type: Task<DialogResult>
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.description: 提供された message と2つのアクションボタンで確認ダイアログが表示され、その後 ユーザーが一つ選ぶことができます。返 Services.DialogResultDialogResult.Cancelled ユーザーが二次(マイナス)オプションを選択すると 真となります
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.name: ShowErrorAsync
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.parameters: string message
string title
string primaryText
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.type: Task<DialogResult>
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.description: 提供された message とのエラーダイアログが表示され、ユーザーがそれを終了するのを待ちます。
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.name: ShowInfoAsync
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.parameters: string message
string title
string primaryText
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.type: Task<DialogResult>
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.description: 提供された message に関する情報ダイアログが表示され、ユーザーが終了するのを待ちます。
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.name: ShowSuccessAsync
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.parameters: string message
string title
string primaryText
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.type: Task<DialogResult>
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.description: 提供された message との成功ダイアログが表示され、ユーザーが終了するのを待ちます。
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.name: ShowWarningAsync
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.parameters: string message
string title
string primaryText
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.type: Task<DialogResult>
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.description: 提供された message で警告ダイアログが表示され、ユーザーがそれを終了するのを待ちます。
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.react-tab components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.blazor-tab

DialogResult components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.class

components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.properties

components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.name
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.type
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.default
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.description
Cancelledbool
False
ダイアログがキャンセルされたかどうか(例:ユーザーが確認せずに終了した)を示す値が付与されます。
DataObject?
ダイアログが閉じたときに返されるオプションのデータペイロード。
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.name: Cancelled
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.type: bool
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.default: False
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.description: ダイアログがキャンセルされたかどうか(例:ユーザーが確認せずに終了した)を示す値が付与されます。
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.name: Data
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.type: Object?
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.description: ダイアログが閉じたときに返されるオプションのデータペイロード。

components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.methods

components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.name
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.parameters
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.type
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.description
CancelObject data
DialogResult
キャンセルされた結果を表す Services.DialogResult を作成し、オプションでデータペイロードを搭載します。
Ok<T>T result
DialogResult
resultをデータペイロードとして運ぶ、確認された結果を表すServices.DialogResultを作成します。
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.name: Cancel
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.parameters: Object data
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.type: DialogResult
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.description: キャンセルされた結果を表す Services.DialogResult を作成し、オプションでデータペイロードを搭載します。
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.name: Ok<T>
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.parameters: T result
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.type: DialogResult
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.description: resultをデータペイロードとして運ぶ、確認された結果を表すServices.DialogResultを作成します。