Table of Contents

Interface IDialog

Namespace
H.Services.Message.Dialog
Assembly
H.Services.Message.dll
public interface IDialog : ILayoutable, ICancelable, ITransitionHostable
Inherited Members
Extension Methods

Properties

CanSumit

Func<Task<bool>> CanSumit { get; set; }

Property Value

Func<Task<bool>>

DialogButton

DialogButton DialogButton { get; set; }

Property Value

DialogButton

DialogResult

bool? DialogResult { get; set; }

Property Value

bool?

Icon

string Icon { get; set; }

Property Value

string

Owner

Window Owner { get; set; }

Property Value

Window

PresenterTemplate

DataTemplate PresenterTemplate { get; set; }

Property Value

DataTemplate

Title

string Title { get; set; }

Property Value

string

Methods

Close()

void Close()

Sumit()

void Sumit()