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
formMessageIFormMessageServicevalueTmatchPredicate<T>actionAction<IDialog>optionAction<IFormOption>ownerWindow
Returns
Type Parameters
T