AlertRulesShowAlertRuleModalAsync Method

Shows the Alert rule modal.

Definition

Namespace: MobileTrack.Web.Portal.Pages.Admin.CompanyOverviews.AlertMonitor
Assembly: MobileTrack.Web.Portal (in MobileTrack.Web.Portal.exe) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public Task ShowAlertRuleModalAsync(
	AlertRuleDto? alertRuleToEdit = null
)

Parameters

alertRuleToEdit  AlertRuleDto  (Optional)

[Missing <param name="alertRuleToEdit"/> documentation for "M:MobileTrack.Web.Portal.Pages.Admin.CompanyOverviews.AlertMonitor.AlertRules.ShowAlertRuleModalAsync(MobileTrack.Common.Models.Alerts.AlertRuleDto)"]

Return Value

Task

[Missing <returns> documentation for "M:MobileTrack.Web.Portal.Pages.Admin.CompanyOverviews.AlertMonitor.AlertRules.ShowAlertRuleModalAsync(MobileTrack.Common.Models.Alerts.AlertRuleDto)"]

See Also