Table of Contents

Class FormMessageExtension

Namespace
H.Services.Message
Assembly
H.Services.Message.dll
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 IFormMessageService
value T
match Predicate<T>
action Action<IDialog>
option Action<IFormOption>
owner Window

Returns

Task<bool?>

Type Parameters

T