Table of Contents

Interface IDialog

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

Properties

CanSumit

Func<bool> CanSumit { get; set; }

Property Value

Func<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

Title

string Title { get; set; }

Property Value

string

Methods

Close()

void Close()

Sumit()

void Sumit()