Table of Contents

Class ObjectWindowDialogService

Namespace
HeBianGu.Window.MessageDialog
Assembly
HeBianGu.Window.MessageDialog.dll
public class ObjectWindowDialogService : IPresenterWindowDialogService
Inheritance
ObjectWindowDialogService
Implements
Inherited Members
Extension Methods

Methods

ShowClearly(object, string, Action<Window>, int, bool)

public bool ShowClearly(object content, string title = null, Action<Window> builder = null, int closeTime = -1, bool showEffect = true)

Parameters

content object
title string
builder Action<Window>
closeTime int
showEffect bool

Returns

bool

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

public bool ShowDialog(object content, string title = null, Action<Window> builder = null, int closeTime = -1, bool showEffect = true, params Tuple<string, Action>[] acts)

Parameters

content object
title string
builder Action<Window>
closeTime int
showEffect bool
acts Tuple<string, Action>[]

Returns

bool

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

public int ShowDialogWith(object content, string title = null, Action<Window> builder = null, bool showEffect = false, params Tuple<string, Action<IDialogWindow>>[] acts)

Parameters

content object
title string
builder Action<Window>
showEffect bool
acts Tuple<string, Action<IDialogWindow>>[]

Returns

int

ShowSumit(object, string, Action<Window>, bool, int)

public bool ShowSumit(object content, string title = null, Action<Window> builder = null, bool showEffect = false, int closeTime = -1)

Parameters

content object
title string
builder Action<Window>
showEffect bool
closeTime int

Returns

bool