Class PresenterMessage
public class PresenterMessage : IPresenterMessage
- Inheritance
-
PresenterMessage
- Implements
- Inherited Members
- Extension Methods
Properties
CloseLayerCommand
public MessageCloseLayerCommand CloseLayerCommand { get; }
Property Value
Methods
Close()
public void Close()
Show(FrameworkElement, Predicate<Panel>)
显示蒙版
public void Show(FrameworkElement element, Predicate<Panel> predicate = null)
Parameters
element
FrameworkElementpredicate
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
Tmatch
Predicate<T>title
stringbuilder
Action<ContentControl>
Returns
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
Tmatch
Predicate<T>title
stringbuilder
Action<ContentControl>
Returns
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
Tmatch
Predicate<T>title
stringbuilder
Action<ContentControl>
Returns
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
Tmatch
Predicate<T>title
stringbuilder
Action<ContentControl>
Returns
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
Tmatch
Predicate<T>title
stringbuilder
Action<ContentControl>
Returns
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
Tmatch
Predicate<T>title
stringbuilder
Action<ContentControl>
Returns
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
Tmatch
Predicate<T>title
stringbuilder
Action<ContentControl>key
ComponentResourceKey
Returns
Type Parameters
T