Class FormMessageExtension
public static class FormMessageExtension
- Inheritance
-
FormMessageExtension
- Inherited Members
Methods
ShowEdit<T>(IFormMessageService, T, Predicate<T>, Action<IDialog>, Action<IFormOption>, Window)
public static Task<bool?> ShowEdit<T>(this IFormMessageService formMessage, T value, Predicate<T> match, Action<IDialog> action = null, Action<IFormOption> option = null, Window owner = null)
Parameters
formMessage
IFormMessageServicevalue
Tmatch
Predicate<T>action
Action<IDialog>option
Action<IFormOption>owner
Window
Returns
Type Parameters
T