Table of Contents

Interface INoticeMessageService

Namespace
H.Services.Message.Notice
Assembly
H.Services.Message.dll
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

Task<bool?>

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