Table of Contents

Class PresenterMessage

Namespace
HeBianGu.Control.Message
Assembly
HeBianGu.Control.Message.dll
public class PresenterMessage : IPresenterMessage
Inheritance
PresenterMessage
Implements
Inherited Members
Extension Methods

Properties

CloseLayerCommand

public MessageCloseLayerCommand CloseLayerCommand { get; }

Property Value

MessageCloseLayerCommand

Methods

Close()

public void Close()

Show(FrameworkElement, Predicate<Panel>)

显示蒙版

public void Show(FrameworkElement element, Predicate<Panel> predicate = null)

Parameters

element FrameworkElement
predicate Predicate<Panel>

ShowBottomClose<T>(T, Predicate<T>, string, Action<ContentControl>)

public Task<bool> ShowBottomClose<T>(T value, Predicate<T> match = null, string title = null, Action<ContentControl> builder = null)

Parameters

value T
match Predicate<T>
title string
builder Action<ContentControl>

Returns

Task<bool>

Type Parameters

T

ShowClearly<T>(T, Predicate<T>, string, Action<ContentControl>)

public Task<bool> ShowClearly<T>(T value, Predicate<T> match = null, string title = null, Action<ContentControl> builder = null)

Parameters

value T
match Predicate<T>
title string
builder Action<ContentControl>

Returns

Task<bool>

Type Parameters

T

ShowClose<T>(T, Predicate<T>, string, Action<ContentControl>)

public Task<bool> ShowClose<T>(T value, Predicate<T> match = null, string title = null, Action<ContentControl> builder = null)

Parameters

value T
match Predicate<T>
title string
builder Action<ContentControl>

Returns

Task<bool>

Type Parameters

T

ShowLeftClose<T>(T, Predicate<T>, string, Action<ContentControl>)

public Task<bool> ShowLeftClose<T>(T value, Predicate<T> match = null, string title = null, Action<ContentControl> builder = null)

Parameters

value T
match Predicate<T>
title string
builder Action<ContentControl>

Returns

Task<bool>

Type Parameters

T

ShowRightClose<T>(T, Predicate<T>, string, Action<ContentControl>)

public Task<bool> ShowRightClose<T>(T value, Predicate<T> match = null, string title = null, Action<ContentControl> builder = null)

Parameters

value T
match Predicate<T>
title string
builder Action<ContentControl>

Returns

Task<bool>

Type Parameters

T

ShowTopClose<T>(T, Predicate<T>, string, Action<ContentControl>)

public Task<bool> ShowTopClose<T>(T value, Predicate<T> match = null, string title = null, Action<ContentControl> builder = null)

Parameters

value T
match Predicate<T>
title string
builder Action<ContentControl>

Returns

Task<bool>

Type Parameters

T

Show<T>(T, Predicate<T>, string, Action<ContentControl>, ComponentResourceKey)

显示蒙版

public Task<bool> Show<T>(T value, Predicate<T> match = null, string title = null, Action<ContentControl> builder = null, ComponentResourceKey key = null)

Parameters

value T
match Predicate<T>
title string
builder Action<ContentControl>
key ComponentResourceKey

Returns

Task<bool>

Type Parameters

T