Interface INoticeMessageService
public interface INoticeMessageService
- Extension Methods
Methods
Show(INoticeItem)
void Show(INoticeItem message)
Parameters
message
INoticeItem
ShowDialog(string)
Task<bool?> ShowDialog(string message)
Parameters
message
string
Returns
ShowError(string)
void ShowError(string message)
Parameters
message
string
ShowFatal(string)
void ShowFatal(string message)
Parameters
message
string
ShowInfo(string)
void ShowInfo(string message)
Parameters
message
string
ShowProgress<T>(Func<IPercentNoticeItem, T>)
Task<T> ShowProgress<T>(Func<IPercentNoticeItem, T> action)
Parameters
action
Func<IPercentNoticeItem, T>
Returns
- Task<T>
Type Parameters
T
ShowString<T>(Func<INoticeItem, T>)
Task<T> ShowString<T>(Func<INoticeItem, T> action)
Parameters
action
Func<INoticeItem, T>
Returns
- Task<T>
Type Parameters
T
ShowSuccess(string)
void ShowSuccess(string message)
Parameters
message
string
ShowWarn(string)
void ShowWarn(string message)
Parameters
message
string