Table of Contents

Interface IWindowDialogService

Namespace
HeBianGu.Base.WpfBase
Assembly
HeBianGu.Base.WpfBase.dll

用于底层弹窗,需要外部注册

public interface IWindowDialogService
Extension Methods

Methods

ShowDialog(string, string, int, bool, params Tuple<string, Action<IDialogWindow>>[])

bool ShowDialog(string messge, string title = null, int closeTime = -1, bool showEffect = true, params Tuple<string, Action<IDialogWindow>>[] acts)

Parameters

messge string
title string
closeTime int
showEffect bool
acts Tuple<string, Action<IDialogWindow>>[]

Returns

bool

ShowDialogWith(string, string, bool, params Tuple<string, Action<IDialogWindow>>[])

int ShowDialogWith(string messge, string title = null, bool showEffect = false, params Tuple<string, Action<IDialogWindow>>[] acts)

Parameters

messge string
title string
showEffect bool
acts Tuple<string, Action<IDialogWindow>>[]

Returns

int

ShowSumit(string, string, bool, int)

bool ShowSumit(string messge, string title = null, bool showEffect = false, int closeTime = -1)

Parameters

messge string
title string
showEffect bool
closeTime int

Returns

bool