Interface IWindowDialogMessageService NamespaceH.Services.Message.Dialog AssemblyH.Services.Message.dll public interface IWindowDialogMessageService : IDialogMessageService Inherited Members IDialogMessageService.Show(object, Action<IDialog>, Func<Task<bool>>) IDialogMessageService.ShowAction<P, T>(P, Action<IDialog>, Func<IDialog, P, T>) IDialogMessageService.ShowPercent<T>(Func<IDialog, IPercentPresenter, T>, Action<IDialog>) IDialogMessageService.ShowString<T>(Func<IDialog, IStringPresenter, T>, Action<IDialog>) IDialogMessageService.ShowWait<T>(Func<IDialog, T>, Action<IDialog>) IDialogMessageService.ShowForeach<T>(Func<IEnumerable<T>>, Func<T, Tuple<bool, string>>, Action<IDialog>) Extension Methods DialogMessageExtension.ShowDeleteAllDialog(IDialogMessageService, Action<bool?>) DialogMessageExtension.ShowDeleteDialog(IDialogMessageService, Action<bool?>) DialogMessageExtension.ShowDialog(IDialogMessageService, object, Action<bool?>, Action<IDialog>, Func<Task<bool>>) DialogMessageExtension.ShowDialog<T>(IDialogMessageService, Action<T>, Action<T>, Action<IDialog>, Func<T, Task<bool>>) DialogMessageExtension.ShowNotImplementedDialog(IDialogMessageService) ObjectExtension.CloneCast<T>(T, Predicate<PropertyInfo>) NewtonsoftJsonSerializerServiceExtension.CloneByNewtonsoftJson<T>(T) Extensions.GetPropertyValue(object, string) Extensions.GetPropertyValue<T>(object, string) PropertyInfoExtention.ChangeType<T>(object) ObjectExtension.CloneBy(object, Predicate<PropertyInfo>) ObjectExtension.CopyPropertyValueFrom(object, object, Predicate<PropertyInfo>, Func<PropertyInfo, PropertyInfo, bool>) ObjectExtension.IsMacth(object, Func<PropertyInfo, object, bool>) ObjectExtension.IsMacth(object, string) ObjectExtension.ModelState(object, out List<string>) ObjectExtension.ModelStateDeep(object, out string) ObjectExtension.TryChangeType(object, Type, out object) ObjectExtension.TryChangeType<T>(object) ObjectExtension.TryChangeType<T>(object, out T) ObjectExtension.TryConvertToString(object) ObjectExtension.TryConvertToString(object, out string) TextJsonableExtensions.GetJsonPropertyInfos(object) TextJsonableExtensions.WriteJson(object, Utf8JsonWriter, JsonSerializerOptions, bool) TextJsonableExtensions.WriteType(object, Utf8JsonWriter) DispatcherExtension.DelayInvoke(object, Action, DispatcherPriority) DispatcherExtension.DelayInvoke(object, IList, Action<object>, Action, DispatcherPriority) DispatcherExtension.DelayInvoke(object, IList, Func<IList>, Action, DispatcherPriority)