Interface IPresenterWindowDialogService
用于底层弹窗,需要外部注册
public interface IPresenterWindowDialogService
- Extension Methods
Methods
ShowClearly(object, string, Action<Window>, int, bool)
bool ShowClearly(object content, string title = null, Action<Window> builder = null, int closeTime = -1, bool showEffect = true)
Parameters
Returns
ShowDialog(object, string, Action<Window>, int, bool, params Tuple<string, Action>[])
bool ShowDialog(object content, string title = null, Action<Window> builder = null, int closeTime = -1, bool showEffect = true, params Tuple<string, Action>[] acts)
Parameters
content
objecttitle
stringbuilder
Action<Window>closeTime
intshowEffect
boolacts
Tuple<string, Action>[]
Returns
ShowDialogWith(object, string, Action<Window>, bool, params Tuple<string, Action<IDialogWindow>>[])
int ShowDialogWith(object content, string title = null, Action<Window> builder = null, bool showEffect = false, params Tuple<string, Action<IDialogWindow>>[] acts)
Parameters
content
objecttitle
stringbuilder
Action<Window>showEffect
boolacts
Tuple<string, Action<IDialogWindow>>[]
Returns
ShowSumit(object, string, Action<Window>, bool, int)
bool ShowSumit(object content, string title = null, Action<Window> builder = null, bool showEffect = false, int closeTime = -1)